Search Results for

    Show / Hide Table of Contents

    Class InitialResourceValue

    Resource value used to initialize the ResourceManager of Unit at runtime.
    See UnitData.

    Inheritance
    object
    InitialResourceValue
    Namespace: TetraCreations.ProgressBarSystem
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public class InitialResourceValue

    Properties

    Maximum

    Declaration
    public float Maximum { get; }
    Property Value
    Type Description
    float

    Minimum

    Declaration
    public float Minimum { get; }
    Property Value
    Type Description
    float

    Resource

    Declaration
    public Resource Resource { get; }
    Property Value
    Type Description
    Resource

    Value

    Declaration
    public float Value { get; }
    Property Value
    Type Description
    float
    In This Article
    Back to top Tetra Creations documentation