Click or drag to resize
EntityManagerExtensions Class
Extension methods for the entity manager which use a blueprint for easier creation and initialization of new entities.
Inheritance Hierarchy
SystemObject
  Slash.ECS.Blueprints.ExtensionsEntityManagerExtensions

Namespace: Slash.ECS.Blueprints.Extensions
Assembly: Slash.ECS.Blueprints (in Slash.ECS.Blueprints.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static class EntityManagerExtensions

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