Highroad Engine v1.3
Public Types | Public Member Functions | Public Attributes | Static Public Attributes | List of all members
MoreMountains.HighroadEngine.OnlineSdkBroker Class Reference

Online sdk broker. Manages the various online sdk that Highroad Engine supports, to avoid duplicating scenes. Will destroy itself once setup is done. More...

Inheritance diagram for MoreMountains.HighroadEngine.OnlineSdkBroker:

Public Types

enum  OnlineSdks { Unity , Pun }
 

Public Member Functions

virtual void Awake ()
 Intialize proper network sdk. More...
 

Public Attributes

GameObject UnityNetwork
 The unity network handling gameobject. Will be destroyed from the scene if not needed. More...
 
GameObject PhotonUnityNetwork
 The photon unity network handling gameobject. Will be destroyed from the scene if not needed. More...
 

Static Public Attributes

static OnlineSdks SelectedOnlineSdk = OnlineSdks.Unity
 

Detailed Description

Online sdk broker. Manages the various online sdk that Highroad Engine supports, to avoid duplicating scenes. Will destroy itself once setup is done.

Member Enumeration Documentation

◆ OnlineSdks

Enumerator
Unity 
Pun 

Member Function Documentation

◆ Awake()

virtual void MoreMountains.HighroadEngine.OnlineSdkBroker.Awake ( )
virtual

Intialize proper network sdk.

Member Data Documentation

◆ PhotonUnityNetwork

GameObject MoreMountains.HighroadEngine.OnlineSdkBroker.PhotonUnityNetwork

The photon unity network handling gameobject. Will be destroyed from the scene if not needed.

◆ SelectedOnlineSdk

OnlineSdks MoreMountains.HighroadEngine.OnlineSdkBroker.SelectedOnlineSdk = OnlineSdks.Unity
static

◆ UnityNetwork

GameObject MoreMountains.HighroadEngine.OnlineSdkBroker.UnityNetwork

The unity network handling gameobject. Will be destroyed from the scene if not needed.


The documentation for this class was generated from the following file: