Struct PopupList
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.ShaderGraph.Drawing.Controls
Syntax
public struct PopupList
Fields
popupEntries
Declaration
public List<string> popupEntries
Field Value
Type | Description |
---|---|
List<System.String> |
selectedEntry
Declaration
public int selectedEntry
Field Value
Type | Description |
---|---|
System.Int32 |