Photon C++ Client API: DirectMode.h File Reference

Photon C++ Client API

Photon C++ Client API  4.1.12.2
DirectMode.h File Reference
Include dependency graph for DirectMode.h:
This graph shows which files directly or indirectly include this file:

Namespaces

 ExitGames
 
 ExitGames::LoadBalancing
 
 ExitGames::LoadBalancing::DirectMode
 

Variables

static const nByte NONE
 Do not create any 2p2 connections between the clients. This is the default.
 
static const nByte ALL_TO_ALL
 Each client establishes a direct connection with every other client inside the room.
 
static const nByte MASTER_TO_ALL
 The master client establishes a direct connection with every other client inside the room. All other clients only establish a direct connection with the master client but not with each other.