Component:FullBodyCalibratorDialog

From Resonite Wiki
Revision as of 06:31, 17 March 2025 by 989onan bot (talk | contribs) (Automated: update SyncDelegates)
Component image 
File:FullBodyCalibratorDialogComponent.png
Full Body Calibrator Dialog component as seen in the Scene Inspector

See Full Body Tracking.

Fields

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

Triggers
Method Name Method type and Arguments. Is the method hidden? Description
OnStartCalibration:ButtonEventHandler ButtonEventHandler
OnResetTrackers:ButtonEventHandler ButtonEventHandler
OnCalibrateAvatar:ButtonEventHandler ButtonEventHandler
OnResetAvatarMapping:ButtonEventHandler ButtonEventHandler
OnResetAvatarHeightCompensation:ButtonEventHandler ButtonEventHandler
OnFinishAvatarCalibration:ButtonEventHandler ButtonEventHandler
OnCloseCalibrator:ButtonEventHandler ButtonEventHandler
OnReturnToTrackerCalibration:ButtonEventHandler ButtonEventHandler

Usage

See Full Body Tracking.

Examples

See Full Body Tracking.

See Also