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 EditorAssemblyReloadManager

    Inheritance
    Object
    EditorAssemblyReloadManager
    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.Utilities.Editor
    Assembly: cs.temp.dll.dll
    Syntax
    public static class EditorAssemblyReloadManager

    Properties

    LockReloadAssemblies

    Locks the Editor's ability to reload assemblies.

    Declaration
    public static bool LockReloadAssemblies { get; set; }
    Property Value
    Type Description
    Boolean
    Remarks

    This is useful for ensuring async tasks complete in the editor without having to worry if any script changes that happen during the running task will cancel it when the editor re-compiles the assemblies.

    In This Article
    Back to top Generated by DocFX