Class TimerControllerLASM
timer
: Control shared timer objects.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Danmokou.SM
Assembly: cs.temp.dll.dll
Syntax
public class TimerControllerLASM : ReflectableLASM
Constructors
TimerControllerLASM(TimerControllerLASM.TimerControl)
Declaration
public TimerControllerLASM(TimerControllerLASM.TimerControl rs)
Parameters
Type | Name | Description |
---|---|---|
TimerControllerLASM.TimerControl | rs |
Methods
Restart(ETime.Timer)
Restart a timer.
Declaration
public static TimerControllerLASM.TimerControl Restart(ETime.Timer timer)
Parameters
Type | Name | Description |
---|---|---|
ETime.Timer | timer |
Returns
Type | Description |
---|---|
TimerControllerLASM.TimerControl |
Start(ETime.Timer)
Start a timer.
Declaration
public static TimerControllerLASM.TimerControl Start(ETime.Timer timer)
Parameters
Type | Name | Description |
---|---|---|
ETime.Timer | timer |
Returns
Type | Description |
---|---|
TimerControllerLASM.TimerControl |
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
Type | Description |
---|---|
TimerControllerLASM.TimerControl |
Stop(ETime.Timer)
Pause a timer.
Declaration
public static TimerControllerLASM.TimerControl Stop(ETime.Timer timer)
Parameters
Type | Name | Description |
---|---|---|
ETime.Timer | timer |
Returns
Type | Description |
---|---|
TimerControllerLASM.TimerControl |