ForgeDocs
Documentation for the forge framework
|
Event that notifies listener that a new data instance has been added to the entity. More...
Public Attributes | |
IEntity | Entity |
The entity that had the data removed. More... | |
Type | RemovedDataType |
The type of data that has been added. More... | |
Additional Inherited Members | |
Static Protected Member Functions inherited from Forge.Entities.BaseEvent< TDerived > | |
static TDerived | GetInstance () |
Helper method to get an instance of the event. The instance may be populated with data, so make sure to fully initialize it. If there is no instance that can be reused, a new one is allocated using the default constructor. More... | |
Event that notifies listener that a new data instance has been added to the entity.
IEntity Forge.Entities.RemovedDataEvent.Entity |
The entity that had the data removed.
Type Forge.Entities.RemovedDataEvent.RemovedDataType |
The type of data that has been added.