Loading...
Searching...
No Matches
realvirtual.IPreFixedUpdate Interface Reference
Interface for components that need callbacks before Unity's FixedUpdate. More...
Inheritance diagram for realvirtual.IPreFixedUpdate:
Public Member Functions | |
| void | PreFixedUpdate () |
| Called before Unity's FixedUpdate on all MonoBehaviours. | |
Detailed Description
Interface for components that need callbacks before Unity's FixedUpdate.
Member Function Documentation
◆ PreFixedUpdate()
| void realvirtual.IPreFixedUpdate.PreFixedUpdate | ( | ) |
Called before Unity's FixedUpdate on all MonoBehaviours.
Implemented in realvirtual.TestFixedUpdateEvents, realvirtual.ExampleDriveWithPrePostFixed, realvirtual.FastInterfaceBase, and realvirtual.ManualPhysicsBlueprint.