Skip to content

Change Movement Menu

eisclimber edited this page Nov 3, 2024 · 3 revisions

Change Movement Menu

class in ExPresSXR.Misc / Extends MonoBehavior
GameObject instantiable via ExPresSXR/UIChange Movement Menu or Component added via Component Menu

Description

Allows changing the movement configuration of an ExPresS XR Rig in a world space UI.

Members

Editor Properties

  • ExPresSXRRig _rig: The rig affected by the movement changes.
  • MovementMenuData _data: References to the ui elements used to change various rig settings.
  • bool _findMissingReferences: If enabled tries to find the correct references by name. It is recommended to set these manually as this operation is expensive.

Helper Classes

  • MovementMenuData: Class that holds references to the affected ui elements and updates their value.

ExPresS XR Wiki

Tutorial Pages

Code Documentation

Clone this wiki locally