INTERNAL_CALL_SetReceivingEnabled() private method

private INTERNAL_CALL_SetReceivingEnabled ( NetworkPlayer &player, int group, bool enabled ) : void
player NetworkPlayer
group int
enabled bool
return void
コード例 #1
0
 public static void SetReceivingEnabled(NetworkPlayer player, int group, bool enabled)
 {
     Network.INTERNAL_CALL_SetReceivingEnabled(ref player, group, enabled);
 }