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