Search Results for

    Show / Hide Table of Contents

    Class UnsignedIntegerValueElement

    The unsigned integer value element (maps to the full range of ulong type).

    Inheritance
    System.Object
    FlaxEditor.CustomEditors.LayoutElement
    UnsignedIntegerValueElement
    Namespace: FlaxEditor.CustomEditors.Elements
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public class UnsignedIntegerValueElement : LayoutElement

    Constructors

    UnsignedIntegerValueElement()

    Initializes a new instance of the UnsignedIntegerValueElement class.

    Declaration
    public UnsignedIntegerValueElement()

    Fields

    ULongValue

    The unsigned integer (ulong) value box.

    Declaration
    public readonly ULongValueBox ULongValue
    Field Value
    FlaxEditor.GUI.Input.ULongValueBox

    Properties

    Control

    Declaration
    public override Control Control { get; }
    Property Value
    Control

    Overrides
    FlaxEditor.CustomEditors.LayoutElement.Control

    IsSliding

    Gets a value indicating whether user is using a slider.

    Declaration
    public bool IsSliding { get; }
    Property Value
    System.Boolean

    Value

    Gets or sets the value.

    Declaration
    public ulong Value { get; set; }
    Property Value
    System.UInt64

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.DeepClone<T>(T)
    Extensions.RawClone<T>(T)

    See Also

    FlaxEditor.CustomEditors.LayoutElement
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat