Click or drag to resize
EntityInitializedDelegate Delegate
Delegate for EntityManager.EntityInitialized event.

Namespace: Slash.ECS.Components
Assembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntax
public delegate void EntityInitializedDelegate(
	int entityId
)

Parameters

entityId
Type: SystemInt32
Id of initialized entity.
See Also