Search Results for

    Show / Hide Table of Contents

    Struct MovementEventArgs

    Namespace: RTSEngine.Event
    Assembly: cs.temp.dll.dll
    Syntax
    public struct MovementEventArgs

    Constructors

    MovementEventArgs(MovementSource)

    Declaration
    public MovementEventArgs(MovementSource source)
    Parameters
    Type Name Description
    MovementSource source

    Properties

    Source

    Declaration
    public MovementSource Source { get; }
    Property Value
    Type Description
    MovementSource
    In This Article
    Back to top Unity RTS Engine Documentation