Click or drag to resize
EntityManager Events

The EntityManager type exposes the following members.

Events
  NameDescription
Public eventEntityInitialized
Entity has been created and all components have been added and initialized.
Public eventEntityRemoved
Entity and all of its components will be removed at the end of this tick.
Top
See Also