Class EditorAssemblyReloadManager
Inherited Members
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.