CleanRpcBufferIfMine() публичный Метод

public CleanRpcBufferIfMine ( PhotonView, view ) : void
view PhotonView,
Результат void
Пример #1
0
 public static void RemoveRPCs(PhotonView targetPhotonView)
 {
     if (VerifyCanUseNetwork())
     {
         networkingPeer.CleanRpcBufferIfMine(targetPhotonView);
     }
 }