Photon.Pun.IOnPhotonViewOwnerChange Interface Reference

This interface defines a callback for changes to the PhotonView's owner. More...

Inheritance diagram for Photon.Pun.IOnPhotonViewOwnerChange:
Photon.Pun.IPhotonViewCallback

Public Member Functions

void OnOwnerChange (Player newOwner, Player previousOwner)
 This method will be called when the PhotonView's owner changes. More...
 

Detailed Description

This interface defines a callback for changes to the PhotonView's owner.

Member Function Documentation

◆ OnOwnerChange()

void Photon.Pun.IOnPhotonViewOwnerChange.OnOwnerChange ( Player  newOwner,
Player  previousOwner 
)

This method will be called when the PhotonView's owner changes.

Parameters
newOwner
previousOwner

The documentation for this interface was generated from the following file: