This article or section is a Stub. You can help the Resonite Wiki by expanding it.
Component image
Spinner is a component that is used to make something rotate on 1 or more axies a constant rate.
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. |