Click or drag to resize
EntityManagerExtensions Methods

The EntityManagerExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateEntity
Creates a new entity, adding components matching the passed blueprint and initializing these with the data stored in the blueprint and the specified configuration. Configuration data is preferred over blueprint data.
Public methodStatic memberInitEntity
Initializes the specified entity, adding components matching the passed blueprint and initializing these with the data stored in the blueprint and the specified configuration. Configuration data is preferred over blueprint data.
Top
See Also