Class Manus::ManusManager
ClassList > Manus > ManusManager
This is the central location for all communication between certain aspects of the Manus Plugin.
Public Static Attributes
| Type | Name |
|---|---|
| Thread | mainUnityThread = Thread.CurrentThread |
Public Static Properties
| Type | Name |
|---|---|
| property CommunicationHub | communicationHub Finds or instantiates and returns the Communication Hub. Can return NULL if shutting down! Also launch UnityMainThreadDispatcher for main thread executions. |
| property ManusSettings | settings Finds and loads settings. |
Public Static Functions
| Type | Name |
|---|---|
| bool | HasCommunicationHub () Check whether unity hub exists. |
Public Static Attributes Documentation
variable mainUnityThread
Public Static Properties Documentation
property communicationHub
Finds or instantiates and returns the Communication Hub. Can return NULL if shutting down! Also launch UnityMainThreadDispatcher for main thread executions.
property settings
Finds and loads settings.
Public Static Functions Documentation
function HasCommunicationHub
Check whether unity hub exists.
Returns:
True if communication hub exists
The documentation for this class was generated from the following file api/unity-plugin/Scripts/Core/ManusManager.cs