Summary
Creates a new
Animancer.SimpleTimer
with the specified `name` and starts it.- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- SimpleTimer
Syntax
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public static SimpleTimer Start(string name = null, string format = "0.000")
Remarks
Use
null
as the `format` to have Animancer.SimpleTimer.Format(System.Int64)
return the ticks instead of seconds.Attributes
Type | Description |
---|---|
MethodImplAttribute |
Parameters
Name | Type | Description |
---|---|---|
name | string | |
format | string |
Return Value
Type | Description |
---|---|
SimpleTimer |