Search Results for

    Show / Hide Table of Contents

    Class SignedIntegerValueElement

    The signed integer value element (maps to the full range of long type).

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

    Constructors

    SignedIntegerValueElement()

    Initializes a new instance of the SignedIntegerValueElement class.

    Declaration
    public SignedIntegerValueElement()

    Fields

    LongValue

    The signed integer (long) value box.

    Declaration
    public readonly LongValueBox LongValue
    Field Value
    FlaxEditor.GUI.Input.LongValueBox

    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 long Value { get; set; }
    Property Value
    System.Int64

    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