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