configdata - eisclimber/ExPresS-XR GitHub Wiki
Class in ExPresSXR.Rig
Inherits from System.Object
Object containing all necessary references for configuration.
public class ConfigData| 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. |
| 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. |
| Name | Description |
|---|---|
| IsValid() | Checks if the configuration data is valid. |