Click or drag to resize
EntityManagerCreateEntity Method
Creates a new entity.

Namespace: Slash.ECS.Components
Assembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntax
public int CreateEntity()

Return Value

Type: Int32
Unique id of the new entity.
See Also