INTERNAL_CALL_SetReceivingEnabled() 개인적인 메소드

private INTERNAL_CALL_SetReceivingEnabled ( NetworkPlayer &player, int group, bool enabled ) : void
player NetworkPlayer
group int
enabled bool
리턴 void
예제 #1
0
 public static void SetReceivingEnabled(NetworkPlayer player, int group, bool enabled)
 {
     Network.INTERNAL_CALL_SetReceivingEnabled(ref player, group, enabled);
 }