InputMovementSystem.onUpdate

Update is called multiple times in one "manager.update()" call. Number of "onUpdate" calls is count of buffers which must be updated during pass. When multithreading is used, number of "onUpdate" calls can be greater due to fact that JobSystem can split buffers for better data packing.

struct InputMovementSystem
void
onUpdate

Meta