Struct DisabledScope
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: UnityEditor.VFX.UI
Syntax
public struct DisabledScope : IDisposable
Constructors
DisabledScope(Boolean)
Declaration
public DisabledScope(bool disabled)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disabled |
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable.Dispose()