Class EnumComboBox.Entry
The enum entry.
Inheritance
System.Object
    EnumComboBox.Entry
    Namespace: FlaxEditor.GUI
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class Entry : ValueTypeConstructors
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 NameField Value
| System.String 
 | 
Tooltip
The tooltip text.
Declaration
public string TooltipField Value
| System.String 
 | 
Value
The value.
Declaration
public long ValueField Value
| System.Int64 
 |