Component:Wiggler

From Resonite Wiki
Revision as of 03:48, 13 November 2024 by 989onan (talk | contribs) (Add info)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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