Manus Unity Plugin
ManusManager Class Reference

Inherits MonoBehaviour.

Description

This is the central location for all communication between certain aspects of the Manus Plugin. It contains a link to the communication hub which is used to connect to Hermes. There is also a link to the general settings of the plugin.

Public Member Functions

bool HasCommunicationHub ()
 Has the CommunicationHub been initialized? More...
 

Protected Member Functions

virtual void Awake ()
 

Properties

static ManusManager instance [get]
 Finds or instantiates and returns the Manus Manager. Can return NULL if shutting down! More...
 
Hermes.CommunicationHub communicationHub [get]
 Finds or instantiates and returns the Communication Hub. Can return NULL if shutting down! More...
 
ManusSettings settings [get, set]
 

Member Function Documentation

◆ HasCommunicationHub()

bool HasCommunicationHub ( )
inline

Has the CommunicationHub been initialized?

Returns

Property Documentation

◆ communicationHub

Hermes.CommunicationHub communicationHub
get

Finds or instantiates and returns the Communication Hub. Can return NULL if shutting down!

◆ instance

ManusManager instance
staticget

Finds or instantiates and returns the Manus Manager. Can return NULL if shutting down!


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