Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
OpenXRInteractionProfileEditorBase
继承: HBoxContainer < BoxContainer < Container < Control < CanvasItem < Node < Object
派生: OpenXRInteractionProfileEditor
对交互配置进行编辑的基类。
描述
这是 OpenXR 动作映射编辑器所使用的交互配置编辑器的基类。可以用来创建针对特定的交互配置的自定义编辑器。
属性
BitField[SizeFlags] |
size_flags_horizontal |
|
BitField[SizeFlags] |
size_flags_vertical |
|
方法
void |
setup(action_map: OpenXRActionMap, interaction_profile: OpenXRInteractionProfile) |
方法说明
void setup(action_map: OpenXRActionMap, interaction_profile: OpenXRInteractionProfile) 🔗
使用给定的动作映射 action_map
和交互配置 interaction_profile
设置该编辑器。