Search Results for

    Show / Hide Table of Contents

    Class IntegerValueElement

    The integer value element.

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

    Constructors

    IntegerValueElement()

    Initializes a new instance of the IntegerValueElement class.

    Declaration
    public IntegerValueElement()

    Fields

    IntValue

    The integer value box.

    Declaration
    public readonly IntValueBox IntValue
    Field Value
    FlaxEditor.GUI.Input.IntValueBox

    Properties

    Control

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

    Overrides
    FlaxEditor.CustomEditors.LayoutElement.Control

    IsSliding

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

    Value

    Declaration
    public int Value { get; set; }
    Property Value
    System.Int32

    Methods

    SetLimits(IntegerValueElement)

    Sets the editor limits from the other IntegerValueElement.

    Declaration
    public void SetLimits(IntegerValueElement other)
    Parameters
    IntegerValueElement other

    The other.

    SetLimits(LimitAttribute)

    Sets the editor limits from member LimitAttribute.

    Declaration
    public void SetLimits(LimitAttribute limit)
    Parameters
    LimitAttribute limit

    The limit.

    SetLimits(MemberInfo)

    Sets the editor limits from member LimitAttribute.

    Declaration
    public void SetLimits(MemberInfo member)
    Parameters
    System.Reflection.MemberInfo member

    The member.

    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