Click or drag to resize
EntityManagerInitEntity Method
Initializes the specified entity, adding the specified components.

Namespace: Slash.ECS.Components
Assembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntax
public void InitEntity(
	int entityId,
	IEnumerable<IEntityComponent> components
)

Parameters

entityId
Type: SystemInt32
Id of the entity to initialize.
components
Type: System.Collections.GenericIEnumerableIEntityComponent
Initialized components to add to the entity.
See Also