Method OnCreate OnCreate(ref SystemState) Callback invoked when the system is created. Declaration [BurstCompile] public void OnCreate(ref SystemState state) Parameters Type Name Description SystemState state The entity system state. Implements ISystem.OnCreate(ref SystemState)