EyesPose 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示用户相对于周围环境的眼睛凝视。
public ref class EyesPose sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 524288)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class EyesPose final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 524288)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class EyesPose
Public NotInheritable Class EyesPose
- 继承
- 属性
Windows 要求
设备系列 |
Windows 10, version 1903 (在 10.0.18362.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v8.0 中引入)
|
应用功能 |
gazeInput
|
注解
此类型用于在头戴显示设备中对空间眼睛凝视进行推理。 对于相对于监视器的屏幕空间视线,请参阅 GazeDevicePreview 。
属性
Gaze |
获取指定坐标系中的用户眼睛凝视。 |
IsCalibrationValid |
获取是否已为头戴显示设备中的当前用户校准眼睛凝视。 |
UpdateTimestamp |
获取此眼睛凝视快照的时间戳。 |
方法
IsSupported() |
获取当前头戴显示设备是否支持眼睛凝视。 |
RequestAccessAsync() |
请求访问应用以使用空间眼睛凝视。 这需要 gazeInput 功能。 |