CleanRpcBufferIfMine() public method

public CleanRpcBufferIfMine ( PhotonView, view ) : void
view PhotonView,
return void
コード例 #1
0
ファイル: PhotonNetwork.cs プロジェクト: nonconforme/AoTMod
 public static void RemoveRPCs(PhotonView targetPhotonView)
 {
     if (VerifyCanUseNetwork())
     {
         networkingPeer.CleanRpcBufferIfMine(targetPhotonView);
     }
 }