Class EnumComboBox.Entry
The enum entry.
Inheritance
System.Object
EnumComboBox.Entry
Namespace: FlaxEditor.GUI
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class Entry : ValueType
Constructors
Entry(String, Int64, String)
Initializes a new instance of the EnumComboBox.Entry struct.
Declaration
public Entry(string name, long value, string tooltip = null)
Parameters
System.String
name
The name. |
System.Int64
value
The value. |
System.String
tooltip
The tooltip. |
Fields
Name
The name.
Declaration
public string Name
Field Value
System.String
|
Tooltip
The tooltip text.
Declaration
public string Tooltip
Field Value
System.String
|
Value
The value.
Declaration
public long Value
Field Value
System.Int64
|