Photon.Pun.IPunObservable Interface Reference

Defines the OnPhotonSerializeView method to make it easy to implement correctly for observable scripts. More...

Inheritance diagram for Photon.Pun.IPunObservable:
Photon.Pun.Demo.PunBasics.PlayerManager Photon.Pun.Demo.SlotRacer.PlayerControl Photon.Pun.PhotonAnimatorView Photon.Pun.PhotonRigidbody2DView Photon.Pun.PhotonRigidbodyView Photon.Pun.PhotonTransformView Photon.Pun.PhotonTransformViewClassic Photon.Pun.UtilityScripts.CullingHandler Photon.Pun.UtilityScripts.SmoothSyncMovement

Public Member Functions

void OnPhotonSerializeView (PhotonStream stream, PhotonMessageInfo info)
 Called by PUN several times per second, so that your script can write and read synchronization data for the PhotonView. More...
 

Detailed Description

Defines the OnPhotonSerializeView method to make it easy to implement correctly for observable scripts.


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