Component:Spinner

From Resonite Wiki
Revision as of 18:25, 26 October 2024 by 989onan (talk | contribs) (Add info)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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

Spinner is a component that is used to make something rotate on 1 or more axies 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.
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

Related Components