mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class MixedRealityProjectPreferences

    MRTK project preferences access and inspector rendering logic

    Inheritance
    Object
    MixedRealityProjectPreferences
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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.

    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

    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

    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

    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
    In This Article
    • Properties
      • AudioSpatializerCount
      • AutoEnableUWPCapabilities
      • AutoEnableUWPCapabilities
      • IgnoreSettingsPrompt
      • IgnoreSettingsPrompt
      • LockProfiles
      • LockProfiles
      • RunOptimalConfiguration
      • RunOptimalConfiguration
    Back to top Generated by DocFX