Class TimerControllerLASM
timer
: Control shared timer objects.
Inheritance
System.Object
Danmokou.SM.StateMachine
TimerControllerLASM
Assembly: cs.temp.dll.dll
Syntax
public class TimerControllerLASM : ReflectableLASM
Constructors
TimerControllerLASM(TimerControllerLASM.TimerControl)
Declaration
public TimerControllerLASM(TimerControllerLASM.TimerControl rs)
Parameters
Methods
Restart(ETime.Timer)
Declaration
public static TimerControllerLASM.TimerControl Restart(ETime.Timer timer)
Parameters
Type |
Name |
Description |
ETime.Timer |
timer |
|
Returns
Start(ETime.Timer)
Declaration
public static TimerControllerLASM.TimerControl Start(ETime.Timer timer)
Parameters
Type |
Name |
Description |
ETime.Timer |
timer |
|
Returns
StartM(ETime.Timer, Single)
Start a timer with a speed multiplier.
Declaration
public static TimerControllerLASM.TimerControl StartM(ETime.Timer timer, float m)
Parameters
Type |
Name |
Description |
ETime.Timer |
timer |
|
System.Single |
m |
|
Returns
Stop(ETime.Timer)
Declaration
public static TimerControllerLASM.TimerControl Stop(ETime.Timer timer)
Parameters
Type |
Name |
Description |
ETime.Timer |
timer |
|
Returns