OpenXRInteractionProfileEditorBase¶
继承: HBoxContainer < BoxContainer < Container < Control < Item < Object
派生: OpenXRInteractionProfileEditor
对交互配置进行编辑的基类。
描述¶
这是 OpenXR 动作映射编辑器所使用的交互配置编辑器的基类。可以用来创建针对特定的交互配置的自定义编辑器。
属性¶
方法¶
void |
setup(action_map: OpenXRActionMap, interaction_profile: OpenXRInteractionProfile) |
方法说明¶
void setup(action_map: OpenXRActionMap, interaction_profile: OpenXRInteractionProfile) 🔗
使用给定的动作映射 action_map 和交互配置 interaction_profile 设置该编辑器。