Search Results for

    Show / Hide Table of Contents

    Class MovementFormationSelector

    Inheritance
    Object
    MovementFormationSelector
    Namespace: RTSEngine.Movement
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public class MovementFormationSelector

    Fields

    properties

    Declaration
    public MovementFormationData properties
    Field Value
    Type Description
    MovementFormationData

    type

    Declaration
    public MovementFormationType type
    Field Value
    Type Description
    MovementFormationType

    Properties

    CurrentFloatProperties

    Declaration
    public IReadOnlyDictionary<string, float> CurrentFloatProperties { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyDictionary<String, System.Single>

    CurrentIntProperties

    Declaration
    public IReadOnlyDictionary<string, int> CurrentIntProperties { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyDictionary<String, Int32>

    DefaultFloatProperties

    Declaration
    public IReadOnlyDictionary<string, float> DefaultFloatProperties { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyDictionary<String, System.Single>

    DefaultIntProperties

    Declaration
    public IReadOnlyDictionary<string, int> DefaultIntProperties { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyDictionary<String, Int32>

    Methods

    GetFloatPropertyValue(String, String)

    Declaration
    public float GetFloatPropertyValue(string propName, string fallbackPropName = null)
    Parameters
    Type Name Description
    String propName
    String fallbackPropName
    Returns
    Type Description
    System.Single

    GetIntPropertyValue(String, String)

    Declaration
    public int GetIntPropertyValue(string propName, string fallbackPropName = null)
    Parameters
    Type Name Description
    String propName
    String fallbackPropName
    Returns
    Type Description
    Int32

    Init()

    Declaration
    public void Init()
    In This Article
    Back to top Unity RTS Engine Documentation