Interface for BeforeSimulation callback. Called before both the re-simulation (when applicable) and forward simulation loops. Implement this interface on SimulationBehaviour and NetworkBehaviour classes. More...
Inherits IPublicFacingInterface.
Inherited by HitboxManager.
Public Member Functions | |
void | BeforeSimulation (int forwardTickCount) |
Called before both the re-simulation (when applicable) and forward simulation loops. Only called on updates that have forward ticks to process. More... | |
Interface for BeforeSimulation callback. Called before both the re-simulation (when applicable) and forward simulation loops. Implement this interface on SimulationBehaviour and NetworkBehaviour classes.
void BeforeSimulation | ( | int | forwardTickCount | ) |
Called before both the re-simulation (when applicable) and forward simulation loops. Only called on updates that have forward ticks to process.
forwardTickCount | How many forward ticks are going to be processed. |