openxr_action_map.tres 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. [gd_resource type="OpenXRActionMap" load_steps=9 format=3 uid="uid://dha3ympcdeka1"]
  2. [sub_resource type="OpenXRAction" id="OpenXRAction_f5o14"]
  3. resource_name = "aim_pose"
  4. localized_name = "Aim pose"
  5. action_type = 3
  6. toplevel_paths = PackedStringArray("/user/hand/left", "/user/hand/right")
  7. [sub_resource type="OpenXRAction" id="OpenXRAction_xocvg"]
  8. resource_name = "haptic"
  9. localized_name = "Haptic"
  10. action_type = 4
  11. 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")
  12. [sub_resource type="OpenXRAction" id="OpenXRAction_j46lb"]
  13. resource_name = "move"
  14. localized_name = "Move player"
  15. action_type = 2
  16. toplevel_paths = PackedStringArray("/user/hand/right")
  17. [sub_resource type="OpenXRActionSet" id="OpenXRActionSet_jpkx2"]
  18. resource_name = "godot"
  19. localized_name = "Godot action set"
  20. actions = [SubResource("OpenXRAction_f5o14"), SubResource("OpenXRAction_xocvg"), SubResource("OpenXRAction_j46lb")]
  21. [sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_i1vot"]
  22. action = SubResource("OpenXRAction_f5o14")
  23. paths = PackedStringArray("/user/hand/left/input/aim/pose", "/user/hand/right/input/aim/pose")
  24. [sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_6t5tt"]
  25. action = SubResource("OpenXRAction_xocvg")
  26. paths = PackedStringArray("/user/hand/left/output/haptic", "/user/hand/right/output/haptic")
  27. [sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_a1aut"]
  28. action = SubResource("OpenXRAction_j46lb")
  29. paths = PackedStringArray("/user/hand/right/input/thumbstick")
  30. [sub_resource type="OpenXRInteractionProfile" id="OpenXRInteractionProfile_7f3ni"]
  31. interaction_profile_path = "/interaction_profiles/oculus/touch_controller"
  32. bindings = [SubResource("OpenXRIPBinding_i1vot"), SubResource("OpenXRIPBinding_6t5tt"), SubResource("OpenXRIPBinding_a1aut")]
  33. [resource]
  34. action_sets = [SubResource("OpenXRActionSet_jpkx2")]
  35. interaction_profiles = [SubResource("OpenXRInteractionProfile_7f3ni")]