m ProbablePrime moved page Panner2D (Component) to Component:Panner2D: Creating component Namespace |
template this. Tag: Replaced |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Template:PannerD|2}} | |||
{{ | |||
| | |||
}} | |||
Latest revision as of 16:29, 19 October 2024
<translate>
Component image
Makes a value change constantly between a range over time.
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 Float2 | The value to change over time. |
_offset
|
Float2 | How much to add to the output value after all other calculations. |
_preOffset
|
Float2 | At what point to start at after item start. |
_speed
|
Float2 | How fast to progress the value |
_repeat
|
Float2 | At what value to repeat |
PingPong
|
Bool | Whether to bounce back and forth between zero and _repeat .
|
Usage
Examples
Related Components
</translate>