Click or drag to resize
EntityRemovedDelegate Delegate
Delegate for EntityInitialized.EntityRemoved event.

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

Parameters

entityId
Type: SystemInt32
Id of removed entity.
See Also