CleanRpcBufferIfMine() 공개 메소드

public CleanRpcBufferIfMine ( PhotonView, view ) : void
view PhotonView,
리턴 void
예제 #1
0
 public static void RemoveRPCs(PhotonView targetPhotonView)
 {
     if (VerifyCanUseNetwork())
     {
         networkingPeer.CleanRpcBufferIfMine(targetPhotonView);
     }
 }