Search Results for

    Show / Hide Table of Contents

    Class TimerControllerLASM

    timer: Control shared timer objects.

    Inheritance
    System.Object
    Danmokou.SM.StateMachine
    LineActionSM
    ReflectableLASM
    TimerControllerLASM
    Inherited Members
    ReflectableLASM.Start(SMHandoff)
    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
    In This Article
    Back to top Generated by DocFX