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