Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat