Class MixedRealityProjectPreferences
MRTK project preferences access and inspector rendering logic
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Editor
Assembly: cs.temp.dll.dll
Syntax
public static class MixedRealityProjectPreferences
Properties
AudioSpatializerCount
The cached number of audio spatializers that were most recently detected.
Declaration
public static int AudioSpatializerCount { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Remarks
Used to track when the number of installed spatializers changes.
AutoEnableUWPCapabilities
Should the UWP capabilities required by MRTK services be auto-enabled in Publishing Settings?
Declaration
public static bool AutoEnableUWPCapabilities { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Remarks
Only valid for UWP Build Target projects. UWP Capabilities can be viewed under Player Settings > Publishing Settings.
IgnoreSettingsPrompt
Should the project configurator show when the project isn't configured according to MRTK's recommendations?
Declaration
public static bool IgnoreSettingsPrompt { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
LockProfiles
Should the default profile inspectors be disabled to prevent editing?
Declaration
public static bool LockProfiles { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
RunOptimalConfiguration
Should configuration analysis be run and warnings logged when settings don't match MRTK's recommendations?
Declaration
public static bool RunOptimalConfiguration { get; set; }
Property Value
Type | Description |
---|---|
Boolean |