Click or drag to resize
CompoundEntitiesTEntityRemovedDelegate Delegate
Delegate for EntityRemoved event.

Namespace: Slash.Application.Systems
Assembly: Slash.Application (in Slash.Application.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public delegate void EntityRemovedDelegate(
	int entityId,
	T entity
)

Parameters

entityId
Type: SystemInt32
Id of removed entity.
entity
Type: T
Data of removed entity.
See Also