Class DoubleControl
A control reading a System.Double.
Inherited Members
Namespace: UnityEngine.InputSystem.Controls
Syntax
public class DoubleControl : InputControl<double>
Constructors
DoubleControl()
Declaration
public DoubleControl()
Methods
ReadUnprocessedValueFromState(Void*)
Declaration
public override double ReadUnprocessedValueFromState(void *statePtr)
Parameters
Type | Name | Description |
---|---|---|
System.Void* | statePtr |
Returns
Type | Description |
---|---|
System.Double |
Overrides
UnityEngine.InputSystem.InputControl<System.Double>.ReadUnprocessedValueFromState(System.Void*)
WriteValueIntoState(Double, Void*)
Declaration
public override void WriteValueIntoState(double value, void *statePtr)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value | |
System.Void* | statePtr |
Overrides
UnityEngine.InputSystem.InputControl<System.Double>.WriteValueIntoState(System.Double, System.Void*)