Component:Spinner: Difference between revisions

From Resonite Wiki
m ProbablePrime moved page Spinner (Component) to Component:Spinner: Creating component Namespace
Youtube link is now an embed. Grammer check.
 
(2 intermediate revisions by 2 users not shown)
Line 7: Line 7:
|Name=Spinner
|Name=Spinner
}}
}}
The '''Spinner''' component is used to make something rotate on 1 or more axis at a constant rate.


== Fields == <!--T:2-->
== Fields == <!--T:2-->
{{Table ComponentFields
{{Table ComponentFields
|Range|Float3|
|Range|Float3| how much each axis can go up to from 0 before wrapping around.
|_target|IField`1|TypeString1=IField<floatQ>|
|_target|{{RootFieldType|FieldDrive`1|[[Type:FloatQ|FloatQ]]}}|TypeAdv1=true| The rotation field to spin.
|_offset|FloatQ|
|_offset|FloatQ| the offset rotation to start at world start from.
|_speed|Float3|
|_speed|Float3| how fast to rotate on each axis. Negative values go in reverse.
}}
}}


Line 19: Line 20:


== Examples == <!--T:4-->
== Examples == <!--T:4-->
* [https://www.youtube.com/watch?v=VKEzfQLNtqs Spinner tutorial] by [[User:ProbablePrime|ProbablePrime]]
Spinner tutorial by [[User:ProbablePrime|ProbablePrime]].
<youtube>VKEzfQLNtqs</youtube>


== Related Components == <!--T:5-->
== Related Components == <!--T:5-->
</translate>
</translate>
[[Category:ComponentStubs]]
[[Category:Components{{#translation:}}|Spinner]]
[[Category:Components{{#translation:}}|Spinner]]
[[Category:Components:Transform:Drivers{{#translation:}}|Spinner]]
[[Category:Components:Transform:Drivers{{#translation:}}|Spinner]]

Latest revision as of 12:03, 16 October 2025

This article or section is a stub. You can help the Resonite wiki by expanding it.
Component image 
Spinner component as seen in the Scene Inspector

The Spinner component is used to make something rotate on 1 or more axis at a constant rate.

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.
Range Float3 how much each axis can go up to from 0 before wrapping around.
_target field drive of FloatQ The rotation field to spin.
_offset FloatQ the offset rotation to start at world start from.
_speed Float3 how fast to rotate on each axis. Negative values go in reverse.

Usage

Examples

Spinner tutorial by ProbablePrime.

Related Components