Method OnUpdate
OnUpdate()
Executes the command buffers in this system in the order they were created.
Declaration
protected override void OnUpdate()
Overrides
Remarks
If you override this method, you should call base.OnUpdate()
to retain the default
update logic.