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
See Also
FlaxEditor.CustomEditors.LayoutElement