 | EntityRemovedDelegate Delegate |
Delegate for EntityInitialized.EntityRemoved event.
Namespace: Slash.ECS.ComponentsAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic delegate void EntityRemovedDelegate(
int entityId
)
Public Delegate Sub EntityRemovedDelegate (
entityId As Integer
)
public delegate void EntityRemovedDelegate(
int entityId
)
type EntityRemovedDelegate =
delegate of
entityId : int -> unit
Parameters
- entityId
- Type: SystemInt32
Id of removed entity.
See Also