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