CleanRpcBufferIfMine() public method

public CleanRpcBufferIfMine ( PhotonView, view ) : void
view PhotonView,
return void
Beispiel #1
0
 public static void RemoveRPCs(PhotonView targetPhotonView)
 {
     if (VerifyCanUseNetwork())
     {
         networkingPeer.CleanRpcBufferIfMine(targetPhotonView);
     }
 }