Photon Fusion 2.0.0

Public Member Functions | List of all members
IAfterTick Interface Reference

Interface for AfterTick callback. Called after each tick simulation completes. Implement this interface on SimulationBehaviour and NetworkBehaviour classes. More...

Inherited by HitboxManager.

Public Member Functions

void AfterTick ()
 Called after each tick simulation completes.
 

Detailed Description

Interface for AfterTick callback. Called after each tick simulation completes. Implement this interface on SimulationBehaviour and NetworkBehaviour classes.