Component:Wiggler

From Resonite Wiki
(Redirected from Wiggler (Component))
This page contains changes which are not marked for translation.
Component image 
Wiggler component as seen in the Scene Inspector

The Wiggler component is used to make a FloatQ rotate randomly. Usually used on a slot's rotation.

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 FloatQ The field to wiggle.
_offset FloatQ The base value to "add" to when rotating.
_speed Float3 How fast to wiggle on each axis.
_magnitude Float3 How much to wiggle on each axis
_seed Float3 the seed for the randomness of the wiggle.

Usage

Used in tails, flags, antennas, and much more random wobbly rotating things.

Examples

See Also