Search Results for

    Show / Hide Table of Contents

    Class FactionTypeInfo

    Inheritance
    Object
    RTSEngineScriptableObject
    FactionTypeInfo
    Namespace: RTSEngine.Faction
    Assembly: cs.temp.dll.dll
    Syntax
    public class FactionTypeInfo : RTSEngineScriptableObject

    Properties

    Key

    Gets the unique code of the faction type.

    Declaration
    public override string Key { get; }
    Property Value
    Type Description
    String
    Overrides
    RTSEngineScriptableObject.Key

    Limits

    Declaration
    public IEnumerable<FactionEntityAmountLimit> Limits { get; }
    Property Value
    Type Description
    IEnumerable<FactionEntityAmountLimit>

    Name

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