Class DoubleField
Inheritance
DoubleField
Implements
Inherited Members
Namespace: UnityEditor.Experimental.UIElements
Assembly: UnityEditor.dll
Syntax
public class DoubleField : TextValueField<double>, ITransform, IUIElementDataWatch, IEnumerable<VisualElement>, IEnumerable, IVisualElementScheduler, IStyle, IBindable, INotifyValueChanged<double>, ITextInputField, IEventHandler, ITextElement, IValueField<double>
Constructors
| Improve this Doc View SourceDoubleField()
Declaration
public DoubleField()
DoubleField(Int32)
Declaration
public DoubleField(int maxLength)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | maxLength |
Properties
| Improve this Doc View SourceallowedCharacters
Declaration
protected override string allowedCharacters { get; }
Property Value
| Type | Description |
|---|---|
| String |
Overrides
UnityEditor.Experimental.UIElements.TextValueField<System.Double>.allowedCharacters
Methods
| Improve this Doc View SourceApplyInputDeviceDelta(Vector3, DeltaSpeed, Double)
Declaration
public override void ApplyInputDeviceDelta(Vector3 delta, DeltaSpeed speed, double startValue)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector3 | delta | |
| DeltaSpeed | speed | |
| Double | startValue |
Overrides
UnityEditor.Experimental.UIElements.TextValueField<System.Double>.ApplyInputDeviceDelta(UnityEngine.Vector3, UnityEditor.Experimental.UIElements.DeltaSpeed, System.Double)
|
Improve this Doc
View Source
StringToValue(String)
Declaration
protected override double StringToValue(string str)
Parameters
| Type | Name | Description |
|---|---|---|
| String | str |
Returns
| Type | Description |
|---|---|
| Double |
Overrides
UnityEditor.Experimental.UIElements.TextValueField<System.Double>.StringToValue(System.String)
|
Improve this Doc
View Source
ValueToString(Double)
Declaration
protected override string ValueToString(double v)
Parameters
| Type | Name | Description |
|---|---|---|
| Double | v |
Returns
| Type | Description |
|---|---|
| String |
Overrides
UnityEditor.Experimental.UIElements.TextValueField<System.Double>.ValueToString(System.Double)