Photon Fusion 1.1.9

Public Member Functions | List of all members
IAfterHostMigration Interface Reference

Used to mark NetworkBehaviors that need to be react after a Host Migration process. More...

Inherited by NetworkPosition.

Public Member Functions

void AfterHostMigration ()
 Invoked after the Host Migration happens in order to setup non-networked data on NetworkBehaviors.
 

Detailed Description

Used to mark NetworkBehaviors that need to be react after a Host Migration process.

Member Function Documentation

◆ AfterHostMigration()

void AfterHostMigration ( )

Invoked after the Host Migration happens in order to setup non-networked data on NetworkBehaviors.

Implemented in NetworkPosition.