# XRHAND_NONE

Variable · category: XR

Source: https://github.com/playcanvas/engine/blob/b5b983982a9860d21e0c1dafb2f85f72e2c01afb/src/framework/xr/constants.js#L129

None - input source is not meant to be held in hands.

```ts
const XRHAND_NONE: "none" = 'none'
```
