Click or drag to resize
EntityManagerOnEntityInitialized Method
Called when the entity with the specified id was initialized. TODO(co): This shouldn't be public.

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

Parameters

entityId
Type: SystemInt32
Id of initialized entity.
See Also