Class 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 |