Automated: create new component page |
add info |
||
Line 3: | Line 3: | ||
|Name=Settings Dialog | |Name=Settings Dialog | ||
}} | }} | ||
The '''SettingsDialog''' component is shown during account setup to allow the user to specify their height during the intro. | |||
== | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|_heightField|'''[[Component:QuantityTextEditorParser`1|QuantityTextEditorParser`1]]<[[Type:Distance|Distance]]>'''|TypeAdv0=true| | |_heightField|'''[[Component:QuantityTextEditorParser`1|QuantityTextEditorParser`1]]<[[Type:Distance|Distance]]>'''|TypeAdv0=true| The field where the user inputs their height. | ||
|_useImperial|Bool| | |_useImperial|Bool| Whether the inputted height should be imperial. | ||
}} | }} | ||
== | == Usage == | ||
== Examples == | == Examples == | ||
Line 19: | Line 19: | ||
[[Category:Components:Uncategorized{{#translation:}}|Settings Dialog]] | [[Category:Components:Uncategorized{{#translation:}}|Settings Dialog]] | ||
[[Category:Components{{#translation:}}|Settings Dialog]] | [[Category:Components{{#translation:}}|Settings Dialog]] | ||
Latest revision as of 23:18, 2 August 2025
Component image File:SettingsDialogComponent.pngSettings Dialog component as seen in the Scene Inspector
The SettingsDialog component is shown during account setup to allow the user to specify their height during the intro.
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. |
_heightField
|
QuantityTextEditorParser`1<Distance> | The field where the user inputs their height. |
_useImperial
|
Bool | Whether the inputted height should be imperial. |