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
AutoEnableUWPCapabilities
Should the settings prompt show on startup?
Declaration
public static bool AutoEnableUWPCapabilities { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
IgnoreSettingsPrompt
Should the settings prompt show on startup?
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 the settings prompt show on startup?
Declaration
public static bool RunOptimalConfiguration { get; set; }
Property Value
Type | Description |
---|---|
Boolean |