Search Results for

    Show / Hide Table of Contents

    Struct HealthUpdateArgs

    Namespace: RTSEngine.Event
    Assembly: cs.temp.dll.dll
    Syntax
    public struct HealthUpdateArgs

    Constructors

    HealthUpdateArgs(Int32, IEntity)

    Declaration
    public HealthUpdateArgs(int value, IEntity source)
    Parameters
    Type Name Description
    Int32 value
    IEntity source

    Properties

    Source

    Declaration
    public IEntity Source { get; }
    Property Value
    Type Description
    IEntity

    Value

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