Struct DrawState
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.Graphing
Syntax
public struct DrawState
Properties
expanded
Declaration
public bool expanded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
position
Declaration
public Rect position { get; set; }
Property Value
Type | Description |
---|---|
Rect |