ForgeDocs
Documentation for the forge framework
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Forge.Entities.RemovedDataEvent Class Reference

Event that notifies listener that a new data instance has been added to the entity. More...

Inheritance diagram for Forge.Entities.RemovedDataEvent:
Forge.Entities.BaseEvent< TDerived >

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

Detailed Description

Event that notifies listener that a new data instance has been added to the entity.

Member Data Documentation

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.


The documentation for this class was generated from the following file: