Files
godot-demo-projects/xr/openxr_character_centric_movement/openxr_action_map.tres

53 lines
2.6 KiB
Plaintext

[gd_resource type="OpenXRActionMap" load_steps=11 format=3 uid="uid://wy5ptrj0ntsp"]
[sub_resource type="OpenXRAction" id="OpenXRAction_f5o14"]
resource_name = "aim_pose"
localized_name = "Aim pose"
action_type = 3
toplevel_paths = PackedStringArray("/user/hand/left", "/user/hand/right")
[sub_resource type="OpenXRAction" id="OpenXRAction_xocvg"]
resource_name = "haptic"
localized_name = "Haptic"
action_type = 4
toplevel_paths = PackedStringArray("/user/hand/left", "/user/hand/right", "/user/vive_tracker_htcx/role/left_foot", "/user/vive_tracker_htcx/role/right_foot", "/user/vive_tracker_htcx/role/left_shoulder", "/user/vive_tracker_htcx/role/right_shoulder", "/user/vive_tracker_htcx/role/left_elbow", "/user/vive_tracker_htcx/role/right_elbow", "/user/vive_tracker_htcx/role/left_knee", "/user/vive_tracker_htcx/role/right_knee", "/user/vive_tracker_htcx/role/waist", "/user/vive_tracker_htcx/role/chest", "/user/vive_tracker_htcx/role/camera", "/user/vive_tracker_htcx/role/keyboard")
[sub_resource type="OpenXRAction" id="OpenXRAction_j46lb"]
resource_name = "move"
localized_name = "Move player"
action_type = 2
toplevel_paths = PackedStringArray("/user/hand/right")
[sub_resource type="OpenXRActionSet" id="OpenXRActionSet_jpkx2"]
resource_name = "godot"
localized_name = "Godot action set"
actions = [SubResource("OpenXRAction_f5o14"), SubResource("OpenXRAction_xocvg"), SubResource("OpenXRAction_j46lb")]
[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_6ivru"]
action = SubResource("OpenXRAction_f5o14")
binding_path = "/user/hand/left/input/aim/pose"
[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_vfhwq"]
action = SubResource("OpenXRAction_f5o14")
binding_path = "/user/hand/right/input/aim/pose"
[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_5w03k"]
action = SubResource("OpenXRAction_xocvg")
binding_path = "/user/hand/left/output/haptic"
[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_typ1r"]
action = SubResource("OpenXRAction_xocvg")
binding_path = "/user/hand/right/output/haptic"
[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_a1aut"]
action = SubResource("OpenXRAction_j46lb")
binding_path = "/user/hand/right/input/thumbstick"
[sub_resource type="OpenXRInteractionProfile" id="OpenXRInteractionProfile_7f3ni"]
interaction_profile_path = "/interaction_profiles/oculus/touch_controller"
bindings = [SubResource("OpenXRIPBinding_6ivru"), SubResource("OpenXRIPBinding_vfhwq"), SubResource("OpenXRIPBinding_5w03k"), SubResource("OpenXRIPBinding_typ1r"), SubResource("OpenXRIPBinding_a1aut")]
[resource]
action_sets = [SubResource("OpenXRActionSet_jpkx2")]
interaction_profiles = [SubResource("OpenXRInteractionProfile_7f3ni")]