Component:ScaleGroup: Difference between revisions

From Resonite Wiki
Automated: update Fields
add info
Line 2: Line 2:
<translate>
<translate>
<!--T:1-->
<!--T:1-->
{{stub}}
{{Infobox Component
{{Infobox Component
|Image=ScaleGroupComponent.png
|Image=ScaleGroupComponent.png
|Name=Scale Group
|Name=Scale Group
}}
}}
The '''ScaleGroup''' component is used to make a touchable selection system that can be used to select items like the Netflix<sup>tm</sup> menu.


<!--T:2-->
<!--T:2-->
== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|SelectedElement|'''[[Component:ScaleElement|ScaleElement]]'''|TypeAdv0=true|
|SelectedElement|'''[[Component:ScaleElement|ScaleElement]]'''|TypeAdv0=true| The currently selected element for this group.
|IdleScale|Float3|
|IdleScale|Float3| The scale of elements when they aren't selected.
|BackgroundScale|Float3|
|BackgroundScale|Float3| The scale of elements when they go into the background.
|SelectedScale|Float3|
|SelectedScale|Float3| The scale of any element when it is selected.
|SmoothSpeed|Float|
|SmoothSpeed|Float| The speed at which elements change scale when they change state.
}}
}}


<!--T:3-->
<!--T:3-->
== Usage ==
== Usage ==
Used with a [[Component:ScaleElement|Scale Element]] list to make a list of selectable elements. Using ProtoFlux to get the slot of the <code>SelectedElement</code> can make this useful for a physical based selection system usable in both VR and Desktop.


<!--T:4-->
<!--T:4-->
== Examples ==
== Examples ==
{{stub}}


<!--T:5-->
<!--T:5-->
== Related Components ==
== See Also ==
* [[Component:ScaleElement]]
</translate>
</translate>
[[Category:ComponentStubs]]
[[Category:Components{{#translation:}}|Scale Group]]
[[Category:Components{{#translation:}}|Scale Group]]
[[Category:Components:Transform:Interaction{{#translation:}}|Scale Group]]
[[Category:Components:Transform:Interaction{{#translation:}}|Scale Group]]

Revision as of 17:05, 2 February 2025

Component image 
Scale Group component as seen in the Scene Inspector

The ScaleGroup component is used to make a touchable selection system that can be used to select items like the Netflixtm menu.

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.
SelectedElement ScaleElement The currently selected element for this group.
IdleScale Float3 The scale of elements when they aren't selected.
BackgroundScale Float3 The scale of elements when they go into the background.
SelectedScale Float3 The scale of any element when it is selected.
SmoothSpeed Float The speed at which elements change scale when they change state.

Usage

Used with a Scale Element list to make a list of selectable elements. Using ProtoFlux to get the slot of the SelectedElement can make this useful for a physical based selection system usable in both VR and Desktop.

Examples

This article or section is a Stub. You can help the Resonite Wiki by expanding it.


See Also