configdata - eisclimber/ExPresS-XR GitHub Wiki

ConfigData

Class in ExPresSXR.Rig

Inherits from System.Object

Summary

Object containing all necessary references for configuration.

public class ConfigData

Constructors

Name Description
ConfigData(ExPresSXRRig,InputMethod,MovementPreset,MovementOptions,InteractionOptions,HandControllerManager,HandControllerManager,HeadGazeController,LocomotionMediator) Contructor for the ConfigData struct.
ConfigData(ExPresSXRRig,InputMethod,MovementPreset,MovementOptions,InteractionOptions) Contructor for the ConfigData struct, retrieving references from the rig.

Fields

Name Description
HeadGazeController Reference to the head gaze controller.
InputMethod Input method to apply.
InteractionOptions Interaction options to apply.
LeftHandController Reference to the left hand controller.
LocomotionMediator Reference to the locomotion mediator.
MovementOptions Movement options to apply.
MovementPreset Movement preset to apply.
Rig Optional reference to the rig to be configured.
RightHandController Reference to the right hand controller.

Methods

Name Description
IsValid() Checks if the configuration data is valid.
⚠️ **GitHub.com Fallback** ⚠️