Inheritance
System.Object
IntegerControl
 
public class IntegerControl : InputControl<int>
 
Constructors
  
Declaration
Methods
  
Declaration
public override int ReadUnprocessedValueFromState(void *statePtr)
 
Parameters
| Type | Name | Description | 
| System.Void* | statePtr |  | 
Returns
| Type | Description | 
| System.Int32 |  | 
Overrides
UnityEngine.InputSystem.InputControl<System.Int32>.ReadUnprocessedValueFromState(System.Void*)
Declaration
public override void WriteValueIntoState(int value, void *statePtr)
 
Parameters
| Type | Name | Description | 
| System.Int32 | value |  | 
| System.Void* | statePtr |  | 
Overrides
UnityEngine.InputSystem.InputControl<System.Int32>.WriteValueIntoState(System.Int32, System.Void*)
Extension Methods