Click or drag to resize
CompoundEntitiesTEntityAddedDelegate Delegate
Delegate for EntityAdded 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 EntityAddedDelegate(
	int entityId,
	T entity
)

Parameters

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