Component:FullBodyCalibratorDialog: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
add info
Line 3: Line 3:
|Name=Full Body Calibrator Dialog
|Name=Full Body Calibrator Dialog
}}
}}
{{stub}}
See [[Full Body Tracking]].


== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|_calibrator|'''[[Component:FullBodyCalibrator|FullBodyCalibrator]]'''|TypeAdv0=true|
|_calibrator|'''[[Component:FullBodyCalibrator|FullBodyCalibrator]]'''|TypeAdv0=true| The current calibrator this dialog is linked to.
|_currentPage|'''[[#Page|Page]]'''|TypeAdv1=true|
|_currentPage|'''[[#Page|Page]]'''|TypeAdv1=true| The current dialog page this is showing.
|_confirmTrackers|'''[[Component:Button|Button]]'''|TypeAdv2=true|
|_confirmTrackers|'''[[Component:Button|Button]]'''|TypeAdv2=true| The button to confirm trackers.
|_resetTrackers|'''[[Component:Button|Button]]'''|TypeAdv3=true|
|_resetTrackers|'''[[Component:Button|Button]]'''|TypeAdv3=true| The button to reset tracker mappings.
|_calibrateAvatar|'''[[Component:Button|Button]]'''|TypeAdv4=true|
|_calibrateAvatar|'''[[Component:Button|Button]]'''|TypeAdv4=true| The button to start avatar calibration
|_heightCompensation|'''[[Component:Slider`1|Slider`1]]<[[Type:Float|Float]]>'''|TypeAdv5=true|
|_heightCompensation|'''[[Component:Slider`1|Slider`1]]<[[Type:Float|Float]]>'''|TypeAdv5=true| How much to scale up the avatar to fit the user.
|_useSymmetry|'''[[Component:Checkbox|Checkbox]]'''|TypeAdv6=true|
|_useSymmetry|'''[[Component:Checkbox|Checkbox]]'''|TypeAdv6=true| Whether changes to sided points (left versus right) mirror onto the other side.
|_showBodyOverlay|'''[[Component:Checkbox|Checkbox]]'''|TypeAdv7=true|
|_showBodyOverlay|'''[[Component:Checkbox|Checkbox]]'''|TypeAdv7=true| Whether to show the invisible person Overlay.
|_showAvatarOverlay|'''[[Component:Checkbox|Checkbox]]'''|TypeAdv8=true|
|_showAvatarOverlay|'''[[Component:Checkbox|Checkbox]]'''|TypeAdv8=true| Whether to show a copy of the avatar on the pedestal.
|_hipsMapping|'''[[Component:Text|Text]]'''|TypeAdv9=true|
|_hipsMapping|'''[[Component:Text|Text]]'''|TypeAdv9=true| The text to indicate if hips are mapped or not.
|_feetMapping|'''[[Component:Text|Text]]'''|TypeAdv10=true|
|_feetMapping|'''[[Component:Text|Text]]'''|TypeAdv10=true| The text to indicate if feet are mapped or not.
|_chestMapping|'''[[Component:Text|Text]]'''|TypeAdv11=true|
|_chestMapping|'''[[Component:Text|Text]]'''|TypeAdv11=true| The text to indicate if chest is mapped or not.
|_elbowsMapping|'''[[Component:Text|Text]]'''|TypeAdv12=true|
|_elbowsMapping|'''[[Component:Text|Text]]'''|TypeAdv12=true| The text to indicate if elbows are mapped or not.
|_kneesMapping|'''[[Component:Text|Text]]'''|TypeAdv13=true|
|_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|
|_heightField|'''[[Component:QuantityTextEditorParser`1|QuantityTextEditorParser`1]]<[[Type:Distance|Distance]]>'''|TypeAdv14=true| The text field that changes your user height setting on the fly.
|_heightWarning|'''[[Component:Text|Text]]'''|TypeAdv15=true|
|_heightWarning|'''[[Component:Text|Text]]'''|TypeAdv15=true| The text to warn if the height is improper.
|_useImperial|Bool|
|_useImperial|Bool| Whether the height should be interpreted in yee haw (imperal height).
|_swapRegion|'''[[Component:SlideSwapRegion|SlideSwapRegion]]'''|TypeAdv17=true|
|_swapRegion|'''[[Component:SlideSwapRegion|SlideSwapRegion]]'''|TypeAdv17=true| The component that handles transitions from one page to another on the dialog.
}}
}}


== Behavior ==
== Usage ==
See [[Full Body Tracking]].


== Examples ==
== Examples ==
See [[Full Body Tracking]].


== See Also ==
== See Also ==
* [[Full Body Tracking]]


[[Category:Components:Uncategorized{{#translation:}}|Full Body Calibrator Dialog]]
[[Category:Components:Uncategorized{{#translation:}}|Full Body Calibrator Dialog]]
[[Category:Components{{#translation:}}|Full Body Calibrator Dialog]]
[[Category:Components{{#translation:}}|Full Body Calibrator Dialog]]
[[Category:Components With Nested Enums{{#translation:}}|Full Body Calibrator Dialog]]
[[Category:Components With Nested Enums{{#translation:}}|Full Body Calibrator Dialog]]
[[Category:ComponentStubs]]

Revision as of 21:04, 22 February 2025

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 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`1<Distance> 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.

Usage

See Full Body Tracking.

Examples

See Full Body Tracking.

See Also