Property | Type | Description | |
---|---|---|---|
webserver |
Method | Description | |
---|---|---|
GetLocalAddress ( ) : string | ||
InitSettings ( ) : void | ||
OnPlayModeStateChanged ( PlayModeState currentMode, PlayModeState changedMode ) : void | ||
OpenBrowser ( AirConsole controller, string startUpPath ) : void | ||
ResetDefaultValues ( ) : void |
Method | Description | |
---|---|---|
CreateAirController ( ) : void | ||
Extentions ( ) : UnityEngine |
public static OnPlayModeStateChanged ( PlayModeState currentMode, PlayModeState changedMode ) : void | ||
currentMode | PlayModeState | |
changedMode | PlayModeState | |
return | void |
public static OpenBrowser ( AirConsole controller, string startUpPath ) : void | ||
controller | AirConsole | |
startUpPath | string | |
return | void |