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

Event that notifies the listener that a new Entity has been removed from the EntityManager. More...

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

Public Attributes

IEntity Entity
 The entity that was removed. 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 the listener that a new Entity has been removed from the EntityManager.

Member Data Documentation

IEntity Forge.Entities.EntityRemovedEvent.Entity

The entity that was removed.


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