Component image 
Time Sine Driver component as seen in the Scene Inspector

The TimeSineDriver component outputs a value over time that matches a Sine Wave of the provided values.
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. |
Target
|
field drive of Float | The field to drive with a constantly changing Sine wave. |
Speed
|
Float | The frequency/speed of the Sine Wave waves. |
Min
|
Float | The minimum value to drive Target to.
|
Max
|
Float | The maximum value to drive Target to.
|
Usage
Attach to a slot and provide a Target
for it to start working.
Examples
This article or section is a Stub. You can help the Resonite Wiki by expanding it.