Click or drag to resize
EntityManagerCreateEntity Method (Int32)
Creates a new entity with the specified id.

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

Parameters

id
Type: SystemInt32
Id of the entity to create.

Return Value

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