989onan bot (talk | contribs) Automated: update Fields |
Added stub. |
||
Line 12: | Line 12: | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|AutoAddChildren|Bool| Controls whether slots below this component's slot in the hierarchy are automatically added to <code>_targets</code> | |AutoAddChildren|Bool| Controls whether slots below this component's slot in the hierarchy are automatically added to <code>_targets</code> | ||
|AutoAddIgnoreTags|{{RootFieldType|SyncFieldList`1|[[Type:String|String]]}}|TypeAdv1=true| | |AutoAddIgnoreTags|{{RootFieldType|SyncFieldList`1|[[Type:String|String]]}}|TypeAdv1=true|{{stub}} | ||
|BaseSize|Float3| The size the first item should be in local space based on Bounding box. | |BaseSize|Float3| The size the first item should be in local space based on Bounding box. | ||
|Increment|Float3| How much to make the next item in the list bigger/smaller than the last by adding to its Bounding box size. | |Increment|Float3| How much to make the next item in the list bigger/smaller than the last by adding to its Bounding box size. |
Latest revision as of 06:47, 18 October 2025
Component image 
Scale Aligner component as seen in the Scene Inspector

The ScaleAligner component scales a list of slots based on bounding box, each one being bigger/smaller than the last.
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. |
AutoAddChildren
|
Bool | Controls whether slots below this component's slot in the hierarchy are automatically added to _targets
|
AutoAddIgnoreTags
|
direct SyncFieldList`1<String> | This article or section is a stub. You can help the Resonite wiki by expanding it.
|
BaseSize
|
Float3 | The size the first item should be in local space based on Bounding box. |
Increment
|
Float3 | How much to make the next item in the list bigger/smaller than the last by adding to its Bounding box size. |
Multiplier
|
Float3 | How much to make the next item in the list bigger/smaller than the last by multiplying its Bounding box size after adding Increment
|
NonUniform
|
Bool | Whether scaling can be non uniform for Bounding box Scale calculations. |
_targets
|
list of ScaleAligner.Target | A list of slots and their scales to influence. |
Target
Name | Type | Description |
---|---|---|
TargetSlot
|
Slot | The slot this Target entry is targeting. |
ScaleDrive
|
field drive of Float3 | The scale field of TargetSlot .
|
Usage
This article or section is a stub. You can help the Resonite wiki by expanding it.
Examples
This article or section is a stub. You can help the Resonite wiki by expanding it.