Class LongField
Inheritance
LongField
Implements
Inherited Members
Namespace: UnityEditor.Experimental.UIElements
Assembly: UnityEditor.dll
Syntax
public class LongField : TextValueField<long>, ITransform, IUIElementDataWatch, IEnumerable<VisualElement>, IEnumerable, IVisualElementScheduler, IStyle, IBindable, INotifyValueChanged<long>, ITextInputField, IEventHandler, ITextElement, IValueField<long>
Constructors
| Improve this Doc View SourceLongField()
Declaration
public LongField()
LongField(Int32)
Declaration
public LongField(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.Int64>.allowedCharacters
Methods
| Improve this Doc View SourceApplyInputDeviceDelta(Vector3, DeltaSpeed, Int64)
Declaration
public override void ApplyInputDeviceDelta(Vector3 delta, DeltaSpeed speed, long startValue)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | delta | |
DeltaSpeed | speed | |
Int64 | startValue |
Overrides
UnityEditor.Experimental.UIElements.TextValueField<System.Int64>.ApplyInputDeviceDelta(UnityEngine.Vector3, UnityEditor.Experimental.UIElements.DeltaSpeed, System.Int64)
|
Improve this Doc
View Source
StringToValue(String)
Declaration
protected override long StringToValue(string str)
Parameters
Type | Name | Description |
---|---|---|
String | str |
Returns
Type | Description |
---|---|
Int64 |
Overrides
UnityEditor.Experimental.UIElements.TextValueField<System.Int64>.StringToValue(System.String)
|
Improve this Doc
View Source
ValueToString(Int64)
Declaration
protected override string ValueToString(long v)
Parameters
Type | Name | Description |
---|---|---|
Int64 | v |
Returns
Type | Description |
---|---|
String |
Overrides
UnityEditor.Experimental.UIElements.TextValueField<System.Int64>.ValueToString(System.Int64)