Click or drag to resize
CreateEntityProcess Class
Creates an entity with the specified blueprint and configuration.
Inheritance Hierarchy

Namespace: Slash.ECS.Processes
Assembly: Slash.ECS.Processes (in Slash.ECS.Processes.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class CreateEntityProcess : GameProcess

The CreateEntityProcess type exposes the following members.

Constructors
  NameDescription
Public methodCreateEntityProcess(Blueprint)
Initializes a new instance of the CreateEntityProcess class
Public methodCreateEntityProcess(Blueprint, IAttributeTable)
Initializes a new instance of the CreateEntityProcess class
Top
Properties
  NameDescription
Public propertyCreatedEntity
Top
Methods
See Also