Photon Unity Networking 2
2.52
This interface defines a callback which fires prior to the PhotonNetwork destroying the PhotonView and Gameobject. More...
Inherits IPhotonViewCallback.
Public Member Functions | |
| void | OnPreNetDestroy (PhotonView rootView) |
| This method is called before Destroy() is initiated for a networked object. More... | |
This interface defines a callback which fires prior to the PhotonNetwork destroying the PhotonView and Gameobject.
| void OnPreNetDestroy | ( | PhotonView | rootView | ) |
This method is called before Destroy() is initiated for a networked object.
| rootView |