ImmerseProjectSettings Class |
Namespace: ImmerseSDK
[SerializableAttribute] public class ImmerseProjectSettings
The ImmerseProjectSettings type exposes the following members.
Name | Description | |
---|---|---|
ImmerseProjectSettings | Initializes a new instance of the ImmerseProjectSettings class |
Name | Description | |
---|---|---|
HoldPointyFingerToRecord |
Toggle a mode that allows a user to record with the point Finger
| |
OfflineInEditor |
Toggle offline mode in editor for local testing
When this is enabled, network related features (like Ghost messages) may not behave exactly the same when the application is built and run in online mode.
This is for quick iteration and scene testing in the Editor only.
| |
SupportOfflineBuilds |
Toggle offline mode for builds
When this is enabled, network related features (like Ghost messages) may not behave exactly the same when the application is running in online mode.
|
Name | Description | |
---|---|---|
GetImmerseProjectSettingsAssetPath |
Relative path the to the immerseProject settings file from the Assets folder
| |
GetImmerseProjectSettingsFilePath |
Full path the to the immerseProject settings file
| |
GetImmerseProjectSettingsResourcePath |
Relative path the to the immerseProject settings file. Note this is relative to the Resources folder and can be used when loading the asset.
| |
SetOfflineSettings |
Used to set OfflineInEditor and SupportOfflineBuilds before playing
|