Interface for the SimulationExit callback. Called when the NetworkObject leaves AreaOfInterest. Implement this interface on SimulationBehaviour and NetworkBehaviour classes. Only applicable to SimulationConfig.StateReplicationModes.EventualConsistency. More...
Public Member Functions | |
void | SimulationExit () |
Called when the NetworkObject leaves AreaOfInterest. Object is no longer receiving snapshot updates. Object will stop executing NetworkBehaviour FixedUpdateNetwork() and Render() methods until the object rejoins simulation. More... | |
Interface for the SimulationExit callback. Called when the NetworkObject leaves AreaOfInterest. Implement this interface on SimulationBehaviour and NetworkBehaviour classes. Only applicable to SimulationConfig.StateReplicationModes.EventualConsistency.
void SimulationExit | ( | ) |
Called when the NetworkObject leaves AreaOfInterest. Object is no longer receiving snapshot updates. Object will stop executing NetworkBehaviour FixedUpdateNetwork() and Render() methods until the object rejoins simulation.