Search Results for

    Show / Hide Table of Contents

    Class EntityEventArgs<T>

    Inheritance
    Object
    System.EventArgs
    EntityEventArgs<T>
    Namespace: RTSEngine.Event
    Assembly: cs.temp.dll.dll
    Syntax
    public class EntityEventArgs<T> : EventArgs where T : IEntity
    Type Parameters
    Name Description
    T

    Constructors

    EntityEventArgs(T)

    Declaration
    public EntityEventArgs(T entity)
    Parameters
    Type Name Description
    T entity

    Properties

    Entity

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