Photon Unity Networking  v1.84
English | 日本語 | 한국
Public Member Functions | List of all members
IPunObservable Interface Reference

監視可能なスクリプトを正しく実装することを容易にするため、OnPhotonSerializeViewメソッドを定義します。 More...

Inherited by PhotonAnimatorView, PhotonRigidbody2DView, PhotonRigidbodyView, and PhotonTransformView.

Public Member Functions

void OnPhotonSerializeView (PhotonStream stream, PhotonMessageInfo info)
 PUNによって1秒あたり数回呼ばれます。それにより、PhotonViewの同期データの読み書きがスクリプトで可能になります。 More...
 

Detailed Description

監視可能なスクリプトを正しく実装することを容易にするため、OnPhotonSerializeViewメソッドを定義します。