Class Manus::ManusSettings
ClassList > Manus > ManusSettings
The global Settings used by the Manus Manager.
Public Static Attributes
Type | Name |
---|---|
const string | s_FileExtension = = ".json" |
const string | s_FileName = = "ConnectionSettings" |
Public Properties
Type | Name |
---|---|
property bool | autoConnect |
property bool | connectGRPC |
property string | directory |
property string | filePath |
property string | lastConnectedHost |
property bool | localOnly |
Public Functions
Type | Name |
---|---|
ManusSettings (bool p_LoadSettings=false) |
|
void | Save () |
Public Static Attributes Documentation
variable s_FileExtension
variable s_FileName
Public Properties Documentation
property autoConnect
property connectGRPC
property directory
property filePath
property lastConnectedHost
property localOnly
Public Functions Documentation
function ManusSettings
function Save
The documentation for this class was generated from the following file api/unity-plugin/Scripts/Core/ManusSettings.cs