Property directionalManipulationInput
directionalManipulationInput
Input to use for rotating the attach point to match the direction of the input. This effectively rotates the selected grab interactable or teleport target to match the direction of the input.
Declaration
public XRInputValueReader<Vector2> directionalManipulationInput { get; set; }
Property Value
| Type | Description |
|---|---|
| XRInputValueReader<Vector2> |
Remarks
The direction angle should be computed as the arctangent function of x/y.