We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

Search Results for

    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.

    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
    In This Article
    Back to top Generated by DocFX