This class adds the property photonView, while logging a warning when your game still uses the networkView. More...
Inherits MonoBehaviour.
Inherited by MonoBehaviourPunCallbacks, PhotonAnimatorView, PhotonRigidbody2DView, PhotonRigidbodyView, PhotonTransformView, PhotonTransformViewClassic, MoveByKeys, OnClickDestroy, OnClickRpc, and SmoothSyncMovement.
Properties | |
PhotonView | photonView [get] |
A cached reference to a PhotonView on this GameObject. More... | |
This class adds the property photonView, while logging a warning when your game still uses the networkView.
|
get |
A cached reference to a PhotonView on this GameObject.
If you intend to work with a PhotonView in a script, it's usually easier to write this.photonView.
If you intend to remove the PhotonView component from the GameObject but keep this Photon.MonoBehaviour, avoid this reference or modify this code to use PhotonView.Get(obj) instead.