Search Results for

    Show / Hide Table of Contents

    Class MovementFormationType

    Inheritance
    Object
    RTSEngineScriptableObject
    MovementFormationType
    Namespace: RTSEngine.Movement
    Assembly: cs.temp.dll.dll
    Syntax
    public class MovementFormationType : RTSEngineScriptableObject

    Properties

    DefaultFloatProperties

    Declaration
    public IEnumerable<MovementFormationPropertyFloat> DefaultFloatProperties { get; }
    Property Value
    Type Description
    IEnumerable<MovementFormationPropertyFloat>

    DefaultIntProperties

    Declaration
    public IEnumerable<MovementFormationPropertyInt> DefaultIntProperties { get; }
    Property Value
    Type Description
    IEnumerable<MovementFormationPropertyInt>

    Key

    Declaration
    public override string Key { get; }
    Property Value
    Type Description
    String
    Overrides
    RTSEngineScriptableObject.Key
    In This Article
    Back to top Unity RTS Engine Documentation