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

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

Inherited by PhotonAnimatorView, PhotonRigidbody2DView, PhotonRigidbodyView, PhotonTransformView, PhotonTransformViewClassic, CullingHandler, and SmoothSyncMovement.

Public Member Functions

void OnPhotonSerializeView (PhotonStream stream, PhotonMessageInfo info)
 スクリプトがPhotonViewの同期データを読み書きできるように、PUNによって1秒間に数回呼び出されます。 More...
 

Detailed Description

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