Component:Panner3D: Difference between revisions

From Resonite Wiki
m ProbablePrime moved page Panner3D (Component) to Component:Panner3D: Creating component Namespace
template
Tag: Replaced
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<languages></languages>
{{Template:PannerD|3}}
<translate>
<!--T:1-->
{{stub}}
{{Infobox Component
|Image=Panner3DComponent.png
|Name=Panner 3D
}}
 
<!--T:2-->
== Fields ==
{{Table ComponentFields
|_target|IField`1|TypeString0=IField<float3>|
|_offset|Float3|
|_preOffset|Float3|
|_speed|Float3|
|_repeat|Float3|
}}
 
<!--T:3-->
== Usage ==
 
<!--T:4-->
== Examples ==
* [https://www.youtube.com/watch?v=S0dF4bdtT6Q Panner tutorial] by [[User:ProbablePrime|ProbablePrime]]
 
<!--T:5-->
== Related Components ==
</translate>
[[Category:ComponentStubs]]
[[Category:Components{{#translation:}}|Panner 3D]]
[[Category:Components:Transform:Drivers{{#translation:}}|Panner 3D]]

Latest revision as of 16:30, 19 October 2024

<translate>

Component image 
Panner 3D 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 Float3 The value to change over time.
_offset Float3 How much to add to the output value after all other calculations.
_preOffset Float3 At what point to start at after item start.
_speed Float3 How fast to progress the value
_repeat Float3 At what value to repeat
PingPong Bool Whether to bounce back and forth between zero and _repeat.

Usage

Examples

Related Components

</translate>