# XRTARGETRAY_POINTER

Variable · category: XR

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

Tracked Pointer - indicates that the target ray originates from either a handheld device or
other hand-tracking mechanism and represents that the user is using their hands or the held
device for pointing.

```ts
const XRTARGETRAY_POINTER: "tracked-pointer" = 'tracked-pointer'
```
