(3 intermediate revisions by one other user not shown)
Line 8:
Line 8:
{{Table ComponentFields
{{Table ComponentFields
|_calibrator|'''[[Component:FullBodyCalibrator|FullBodyCalibrator]]'''|TypeAdv0=true| The current calibrator this dialog is linked to.
|_calibrator|'''[[Component:FullBodyCalibrator|FullBodyCalibrator]]'''|TypeAdv0=true| The current calibrator this dialog is linked to.
|_currentPage|'''[[#Page|Page]]'''|TypeAdv1=true| The current dialog page this is showing.
|_currentPage|'''[[#Page|FullBodyCalibratorDialog.Page]]'''|TypeAdv1=true| The current dialog page this is showing.
|_confirmTrackers|'''[[Component:Button|Button]]'''|TypeAdv2=true| The button to confirm trackers.
|_confirmTrackers|'''[[Component:Button|Button]]'''|TypeAdv2=true| The button to confirm trackers.
|_resetTrackers|'''[[Component:Button|Button]]'''|TypeAdv3=true| The button to reset tracker mappings.
|_resetTrackers|'''[[Component:Button|Button]]'''|TypeAdv3=true| The button to reset tracker mappings.
Line 21:
Line 21:
|_elbowsMapping|'''[[Component:Text|Text]]'''|TypeAdv12=true| The text to indicate if elbows are mapped or not.
|_elbowsMapping|'''[[Component:Text|Text]]'''|TypeAdv12=true| The text to indicate if elbows are mapped or not.
|_kneesMapping|'''[[Component:Text|Text]]'''|TypeAdv13=true| The text to indicate if knees are mapped or not.
|_kneesMapping|'''[[Component:Text|Text]]'''|TypeAdv13=true| The text to indicate if knees are mapped or not.
|_heightField|'''[[Component:QuantityTextEditorParser`1|QuantityTextEditorParser`1]]<[[Type:Distance|Distance]]>'''|TypeAdv14=true| The text field that changes your user height setting on the fly.
|_heightField|'''[[Component:QuantityTextEditorParser`2|QuantityTextEditorParser`2]]<[[Type:Distance|Distance]], [[Type:Float|Float]]>'''|TypeAdv14=true| The text field that changes your user height setting on the fly.
|_heightWarning|'''[[Component:Text|Text]]'''|TypeAdv15=true| The text to warn if the height is improper.
|_heightWarning|'''[[Component:Text|Text]]'''|TypeAdv15=true| The text to warn if the height is improper.
|_useImperial|Bool| Whether the height should be interpreted in yee haw (imperal height).
|_useImperial|Bool| Whether the height should be interpreted in yee haw (imperal height).
|_swapRegion|'''[[Component:SlideSwapRegion|SlideSwapRegion]]'''|TypeAdv17=true| The component that handles transitions from one page to another on the dialog.
|_swapRegion|'''[[Component:SlideSwapRegion|SlideSwapRegion]]'''|TypeAdv17=true| The component that handles transitions from one page to another on the dialog.
}}
== Sync Delegates ==
{{Table ComponentTriggers
|OnStartCalibration:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Handles when the user presses start calibration.
|OnResetTrackers:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Handles when the user presses reset trackers.
|OnCalibrateAvatar:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Handles when the user presses calibrate my avatar.
|OnResetAvatarMapping:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Handles when the user presses Reset avatar mapping.
|OnResetAvatarHeightCompensation:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Handles when the user presses Reset avatar height compensation.
|OnFinishAvatarCalibration:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Handles when the user presses Finish avatar calibration.
|OnCloseCalibrator:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Handles when the user closes the calibrator.
|OnReturnToTrackerCalibration:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Handles when the user presses return to tracker calibration.
}}
== Page ==
{{Table EnumValues
|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.