Photon Fusion 2.0.3

Public Member Functions | List of all members
IBeforeTick Interface Reference

Interface for BeforeTick callback. Called before each tick is simulated. Implement this interface on SimulationBehaviour and NetworkBehaviour classes. More...

Inherits IPublicFacingInterface.

Public Member Functions

void BeforeTick ()
 Called before each tick is simulated. More...
 

Detailed Description

Interface for BeforeTick callback. Called before each tick is simulated. Implement this interface on SimulationBehaviour and NetworkBehaviour classes.

Member Function Documentation

◆ BeforeTick()

void BeforeTick ( )

Called before each tick is simulated.