Legacy Documentation: Version 2017.2 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

XRDevice.userPresence

public static XR.UserPresenceState userPresence;

Description

Indicates whether the user is present and interacting with the device.

Many XR devices such as HMDs can detect whether the user is currently wearing and/or interacting with the device. This property can be used to test the state of this user interaction. The exact behavior of this property will vary with each type of device -- some devices will have a sensor specifically to detect user proximity, and users will rely on movement, but applications can reasonably infer that a user is present with the device when the property is UserPresenceState.Present.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答