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

Online lobby 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.OnlineLobbySdkBroker:

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...
 
string PhotonUnityNetworkPrefabResource
 The photon unity network prefab. Will be instantiated and setup properly only if needed More...
 
GameObject OnlineUI
 

Detailed Description

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

Member Function Documentation

◆ Awake()

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

Intialize proper network sdk.

Member Data Documentation

◆ OnlineUI

GameObject MoreMountains.HighroadEngine.OnlineLobbySdkBroker.OnlineUI

◆ PhotonUnityNetworkPrefabResource

string MoreMountains.HighroadEngine.OnlineLobbySdkBroker.PhotonUnityNetworkPrefabResource

The photon unity network prefab. Will be instantiated and setup properly only if needed

◆ UnityNetwork

GameObject MoreMountains.HighroadEngine.OnlineLobbySdkBroker.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: