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.

    Show / Hide Table of Contents

    Class MixedRealityEditorSettings

    Sets Force Text Serialization and visible meta files in all projects that use the Mixed Reality Toolkit.

    Inheritance
    Object
    MixedRealityEditorSettings
    Namespace: Microsoft.MixedReality.Toolkit.Utilities.Editor
    Assembly: cs.temp.dll.dll
    Syntax
    public class MixedRealityEditorSettings : IActiveBuildTargetChanged

    Constructors

    MixedRealityEditorSettings()

    Declaration
    public MixedRealityEditorSettings()

    Properties

    callbackOrder

    Declaration
    public int callbackOrder { get; }
    Property Value
    Type Description
    Int32

    MixedRealityToolkit_AbsoluteFolderPath

    Declaration
    [Obsolete("Use the 'MixedRealityToolkitFiles' APIs.")]
    public static string MixedRealityToolkit_AbsoluteFolderPath { get; }
    Property Value
    Type Description
    String

    MixedRealityToolkit_RelativeFolderPath

    Declaration
    [Obsolete("Use the 'MixedRealityToolkitFiles' APIs.")]
    public static string MixedRealityToolkit_RelativeFolderPath { get; }
    Property Value
    Type Description
    String

    Methods

    OnActiveBuildTargetChanged(BuildTarget, BuildTarget)

    Declaration
    public void OnActiveBuildTargetChanged(BuildTarget previousTarget, BuildTarget newTarget)
    Parameters
    Type Name Description
    BuildTarget previousTarget
    BuildTarget newTarget
    Back to top Generated by DocFX