Search Results for

    Show / Hide Table of Contents

    Class EntityHealthState

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

    Properties

    LowerLimit

    Declaration
    public int LowerLimit { get; }
    Property Value
    Type Description
    Int32

    UpperLimit

    Declaration
    public int UpperLimit { get; }
    Property Value
    Type Description
    Int32

    Methods

    Init(IEntity)

    Declaration
    public void Init(IEntity entity)
    Parameters
    Type Name Description
    IEntity entity

    IsInRange(Int32, Boolean)

    Declaration
    public bool IsInRange(int value, bool upperBoundState = false)
    Parameters
    Type Name Description
    Int32 value
    Boolean upperBoundState
    Returns
    Type Description
    Boolean

    Toggle(Boolean)

    Declaration
    public bool Toggle(bool enable)
    Parameters
    Type Name Description
    Boolean enable
    Returns
    Type Description
    Boolean
    In This Article
    Back to top Unity RTS Engine Documentation