Search Results for

    Show / Hide Table of Contents

    Class ResourceTypeInfo

    Inheritance
    Object
    RTSEngineScriptableObject
    ResourceTypeInfo
    Namespace: RTSEngine.ResourceExtension
    Assembly: cs.temp.dll.dll
    Syntax
    public class ResourceTypeInfo : RTSEngineScriptableObject

    Properties

    CapacityType

    Declaration
    public ResourceCapacityType CapacityType { get; }
    Property Value
    Type Description
    ResourceCapacityType

    Description

    Declaration
    public string Description { get; }
    Property Value
    Type Description
    String

    DisplayName

    Declaration
    public string DisplayName { get; }
    Property Value
    Type Description
    String

    HasCapacity

    Declaration
    public bool HasCapacity { get; }
    Property Value
    Type Description
    Boolean

    Icon

    Declaration
    public Sprite Icon { get; }
    Property Value
    Type Description
    Sprite

    Key

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

    StartingAmount

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