Photon Fusion 1.1.9

Public Member Functions | List of all members
ISimulationEnter Interface Reference

Interface for SimulationEnter callback. Called when the NetworkObject joins AreaOfInterest. Implement this interface on SimulationBehaviour and NetworkBehaviour classes. Only applicable to SimulationConfig.StateReplicationModes.EventualConsistency. More...

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.
 

Detailed Description

Interface for SimulationEnter callback. Called when the NetworkObject joins AreaOfInterest. Implement this interface on SimulationBehaviour and NetworkBehaviour classes. Only applicable to SimulationConfig.StateReplicationModes.EventualConsistency.