Interface IValueField<T>
Namespace: UnityEditor.Experimental.UIElements
Assembly: UnityEditor.dll
Syntax
public interface IValueField<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Properties
| Improve this Doc View Sourcevalue
Declaration
T value { get; set; }
Property Value
| Type | Description |
|---|---|
| T |
Methods
| Improve this Doc View SourceApplyInputDeviceDelta(Vector3, DeltaSpeed, T)
Declaration
void ApplyInputDeviceDelta(Vector3 delta, DeltaSpeed speed, T startValue)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector3 | delta | |
| DeltaSpeed | speed | |
| T | startValue |