Component image File:FullBodyCalibratorDialogComponent.pngFull Body Calibrator Dialog component as seen in the Scene Inspector
See Full Body Tracking.
Fields
Name | Type | Description |
---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't. |
_calibrator
|
FullBodyCalibrator | The current calibrator this dialog is linked to. |
_currentPage
|
FullBodyCalibratorDialog.Page | The current dialog page this is showing. |
_confirmTrackers
|
Button | The button to confirm trackers. |
_resetTrackers
|
Button | The button to reset tracker mappings. |
_calibrateAvatar
|
Button | The button to start avatar calibration |
_heightCompensation
|
Slider`1<Float> | How much to scale up the avatar to fit the user. |
_useSymmetry
|
Checkbox | Whether changes to sided points (left versus right) mirror onto the other side. |
_showBodyOverlay
|
Checkbox | Whether to show the invisible person Overlay. |
_showAvatarOverlay
|
Checkbox | Whether to show a copy of the avatar on the pedestal. |
_hipsMapping
|
Text | The text to indicate if hips are mapped or not. |
_feetMapping
|
Text | The text to indicate if feet are mapped or not. |
_chestMapping
|
Text | The text to indicate if chest is mapped or not. |
_elbowsMapping
|
Text | The text to indicate if elbows are mapped or not. |
_kneesMapping
|
Text | The text to indicate if knees are mapped or not. |
_heightField
|
QuantityTextEditorParser`2<Distance, Float> | The text field that changes your user height setting on the fly. |
_heightWarning
|
Text | The text to warn if the height is improper. |
_useImperial
|
Bool | Whether the height should be interpreted in yee haw (imperal height). |
_swapRegion
|
SlideSwapRegion | The component that handles transitions from one page to another on the dialog. |
Sync Delegates
Method Name | Method type and Arguments. | Is the method hidden? | Description |
---|---|---|---|
OnStartCalibration:ButtonEventHandler
|
ButtonEventHandler | ✓ | Handles when the user presses start calibration. |
OnResetTrackers:ButtonEventHandler
|
ButtonEventHandler | ✓ | Handles when the user presses reset trackers. |
OnCalibrateAvatar:ButtonEventHandler
|
ButtonEventHandler | ✓ | Handles when the user presses calibrate my avatar. |
OnResetAvatarMapping:ButtonEventHandler
|
ButtonEventHandler | ✓ | Handles when the user presses Reset avatar mapping. |
OnResetAvatarHeightCompensation:ButtonEventHandler
|
ButtonEventHandler | ✓ | Handles when the user presses Reset avatar height compensation. |
OnFinishAvatarCalibration:ButtonEventHandler
|
ButtonEventHandler | ✓ | Handles when the user presses Finish avatar calibration. |
OnCloseCalibrator:ButtonEventHandler
|
ButtonEventHandler | ✓ | Handles when the user closes the calibrator. |
OnReturnToTrackerCalibration:ButtonEventHandler
|
ButtonEventHandler | ✓ | Handles when the user presses return to tracker calibration. |
Page
Name | Value | Description |
---|---|---|
MappingTrackers
|
0 | The dialog is on the Mapping Trackers page. |
CalibratingTPose
|
1 | The dialog is on the Calibrating T-Pose page. |
CalibratingTrackers
|
2 | The dialog is on the Calibrating Trackers page. |
CalibratingAvatar
|
3 | The dialog is on the Calibrating Avatar page. |
CalibrationFinished
|
4 | The dialog is on the Finish Calibration page. |
Usage
See Full Body Tracking.
Examples
See Full Body Tracking.