Interface for SimulationEnter callback. Called when the NetworkObject joins AreaOfInterest. Implement this interface on SimulationBehaviour and NetworkBehaviour classes. More...
Inherits IPublicFacingInterface.
Public Member Functions | |
void | SimulationEnter () |
Called when the NetworkObject joins AreaOfInterest. Object is now receiving snapshot updates. Object will execute NetworkBehaviour FixedUpdateNetwork() and Render() methods until the object leaves simulation. More... | |
Interface for SimulationEnter callback. Called when the NetworkObject joins AreaOfInterest. Implement this interface on SimulationBehaviour and NetworkBehaviour classes.
void SimulationEnter | ( | ) |
Called when the NetworkObject joins AreaOfInterest. Object is now receiving snapshot updates. Object will execute NetworkBehaviour FixedUpdateNetwork() and Render() methods until the object leaves simulation.