Search Results for

    Show / Hide Table of Contents

    Class DeadEventArgs

    Inheritance
    Object
    System.EventArgs
    DeadEventArgs
    Namespace: RTSEngine.Event
    Assembly: cs.temp.dll.dll
    Syntax
    public class DeadEventArgs : EventArgs

    Constructors

    DeadEventArgs(Boolean, IEntity, Single)

    Declaration
    public DeadEventArgs(bool isUpgrade, IEntity source, float destroyObjectDelay)
    Parameters
    Type Name Description
    Boolean isUpgrade
    IEntity source
    System.Single destroyObjectDelay

    Properties

    DestroyObjectDelay

    Declaration
    public float DestroyObjectDelay { get; }
    Property Value
    Type Description
    System.Single

    IsUpgrade

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

    Source

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