Interface for AfterTick callback. Called after each tick simulation completes. Implement this interface on SimulationBehaviour and NetworkBehaviour classes. More...
Inherits IPublicFacingInterface.
Inherited by HitboxManager.
Public Member Functions | |
void | AfterTick () |
Called after each tick simulation completes. More... | |
Interface for AfterTick callback. Called after each tick simulation completes. Implement this interface on SimulationBehaviour and NetworkBehaviour classes.
void AfterTick | ( | ) |
Called after each tick simulation completes.