Variable: user
const
user:User
=core.user
Defined in: src/singletons.ts:34
A direct alias to the User
instance, which represents the user in the XR
scene and manages inputs like controllers and hands.
Example
if (user.isSelecting()) {
console.log('User is pinching or clicking (globally)!');
}