App Properties |
The App type exposes the following members.
Name | Description | |
---|---|---|
AllowVerboseLoggingInBuilds |
Returns true if the current client is a VR client
| |
ApplicationQuitting |
True if the we received the OnApplicationQuit event form Unity
| |
AreNotificationsEnabled |
Are notifications enabled for this app?
| |
Audio |
Returns the active AudioService, used for playing UI sounds and controlling volume levels
| |
Avatars |
Returns the current Avatar service. This is used to find avatars in the scene
| |
CameraService |
Returns the active CameraService, used in the WebGL client for controlling camera
| |
CheckIndexesOnGameStart |
Enable/Disable Checking Indexes when on play in the editor
| |
CheckIndexesOnLevelLoad |
Enable/Disable Checking Indexes when level is loaded in the editor.
Note will only be check if checkIndexesOnGameStart is enabled.
| |
HandGuiType |
The type of handui that has been configured in this app
| |
IsEditor |
Returns true if the application is runningin the editor.
This does not need to be called from the main thread
| |
IsVrClient | ||
MessageDisplayService |
Returns the message display service, for showing messages to users
| |
PostProcessing |
Returns the PostProcessingService, used for post processing effects
| |
Scene |
Returns the SceneService, used for changing scenes
| |
Session |
Returns the current session, this provides access to session level services
| |
ShouldHighlightEngageObject |
Enable/Disable object highlighting
| |
UiInputModule |
Returns the UnityUiInputModule
|