Component:Scaler: Difference between revisions

From Resonite Wiki
m ProbablePrime moved page Scaler (Component) to Component:Scaler: Creating component Namespace
Automated: update Fields, Categories
Line 12: Line 12:
{{Table ComponentFields
{{Table ComponentFields
|ScaleOffset|Float3|
|ScaleOffset|Float3|
|ScaleMultiplier|Float3|
|ScaleSource|Slot|
|ScaleSource|Slot|
|ScaleMode|Mode|
|ScaleMode|'''[[#Mode|Mode]]'''|TypeAdv3=true|
|scaleTarget|Sync`1|TypeString3=Sync<float3>|
|ScaleSpace|{{RootFieldType|RootSpace}}|TypeAdv4=true|
|scaleTarget|{{RootFieldType|FieldDrive`1|[[Type:Float3|Float3]]}}|TypeAdv5=true|
}}
}}


Line 28: Line 30:
[[Category:ComponentStubs]]
[[Category:ComponentStubs]]
[[Category:Components{{#translation:}}|Scaler]]
[[Category:Components{{#translation:}}|Scaler]]
[[Category:Components With Nested Enums{{#translation:}}|Scaler]]
[[Category:Components:Transform:Drivers{{#translation:}}|Scaler]]
[[Category:Components:Transform:Drivers{{#translation:}}|Scaler]]

Revision as of 21:26, 3 March 2024


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

Component image 
Scaler component as seen in the Scene Inspector

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.
ScaleOffset Float3
ScaleMultiplier Float3
ScaleSource Slot
ScaleMode Mode
ScaleSpace direct RootSpace
scaleTarget field drive of Float3

Usage

Examples

Related Components