Component:Panner1D: Difference between revisions

From Resonite Wiki
Automated: update Fields
add info
Line 7: Line 7:
|Name=Panner 1D
|Name=Panner 1D
}}
}}
Makes a value change constantly between a range over time.


<!--T:2-->
<!--T:2-->
== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|_target|{{RootFieldType|FieldDrive`1|[[Type:Float|Float]]}}|TypeAdv0=true|
|_target|{{RootFieldType|FieldDrive`1|[[Type:Float|Float]]}}|TypeAdv0=true| The value to change over time.
|_offset|Float|
|_offset|Float| How much to add to the output value after all other calculations.
|_preOffset|Float|
|_preOffset|Float| At what point to start at after item start.
|_speed|Float|
|_speed|Float| How fast to progress the value
|_repeat|Float|
|_repeat|Float| At what value to repeat
|PingPong|Bool|
|PingPong|Bool| Whether to bounce back and forth between <code>0</code> and <code>_repeat</code>.
}}
}}


Line 29: Line 31:
== Related Components ==
== Related Components ==
</translate>
</translate>
[[Category:ComponentStubs]]
[[Category:Components{{#translation:}}|Panner 1D]]
[[Category:Components{{#translation:}}|Panner 1D]]
[[Category:Components:Transform:Drivers{{#translation:}}|Panner 1D]]
[[Category:Components:Transform:Drivers{{#translation:}}|Panner 1D]]

Revision as of 16:23, 19 October 2024


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


Component image 
Panner 1D component as seen in the Scene Inspector


Makes a value change constantly between a range over time.

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.
_target field drive of Float The value to change over time.
_offset Float How much to add to the output value after all other calculations.
_preOffset Float At what point to start at after item start.
_speed Float How fast to progress the value
_repeat Float At what value to repeat
PingPong Bool Whether to bounce back and forth between 0 and _repeat.

Usage

Examples

Related Components