Class EntityComponentEventArgs<T>
Namespace: RTSEngine.Event
Assembly: cs.temp.dll.dll
Syntax
public class EntityComponentEventArgs<T> : EventArgs where T : IEntityComponent
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
EntityComponentEventArgs(T)
Declaration
public EntityComponentEventArgs(T component)
Parameters
| Type | Name | Description |
|---|---|---|
| T | component |
Properties
Component
Declaration
public T Component { get; }
Property Value
| Type | Description |
|---|---|
| T |