AndroidXRMouseInteractionProfile
此 OpenXRInteractionFeature 能够使用 OpenXR 中的 Android XR 鼠标交互配置文件。
摘要
继承
继承自:OpenXRInteractionFeature
公共属性 |
|
---|---|
ExtensionString = "XR_ANDROID_mouse_interaction"
|
const string
OpenXR 扩展字符串。
|
FeatureId = "com.google.xr.extensions.input.mouse"
|
const string
功能 ID 字符串。
|
Profile = "/interaction_profiles/android/mouse_interaction_android"
|
const string
用于引用鼠标输入设备的交互配置文件字符串。
|
UiName = "Android XR Mouse Interaction Profile"
|
const string
UI 名称显示在 XR 插件管理面板上,帮助用户理解验证错误和预期的修复。
|
UserPath = "/user/mouse"
|
const string
用于引用支持鼠标的输入设备的 OpenXR 常量。
|
类 |
|
---|---|
Google. |
基于 Android XR 鼠标交互配置文件的输入设备。 |
Google. |
可与 InputDevice.TryGetFeatureValue 配合使用的标签,用于获取与鼠标相关的输入功能。 |
公共属性
ExtensionString
const string ExtensionString = "XR_ANDROID_mouse_interaction"
OpenXR 扩展字符串。
OpenXR 使用此项检查此扩展是否可用或已启用。
FeatureId
const string FeatureId = "com.google.xr.extensions.input.mouse"
功能 ID 字符串。
此项用于为功能提供一个众所周知的 ID 以供引用。
Profile
const string Profile = "/interaction_profiles/android/mouse_interaction_android"
用于引用鼠标输入设备的交互配置文件字符串。
UiName
const string UiName = "Android XR Mouse Interaction Profile"
UI 名称显示在 XR 插件管理面板上,帮助用户理解验证错误和预期的修复。
UserPath
const string UserPath = "/user/mouse"
用于引用支持鼠标的输入设备的 OpenXR 常量。