ProtoFlux:Tween Value

From Resonite Wiki
Tween
*
OnStarted
To
OnDone
From
Duration
Curve
ProportionalDuration
Target
Actions

Tween Value is a node that allows you to change a Target (Numeric or Enum IField`1) over a Duration (float) from a starting point to an ending point. The different curve presets determine the interpolation used, and when applicable will smoothly change using non whole numbers.

Inputs

* (AsyncCall)

Tells the node to start tweening Target (Numeric or Enum IField`1).

To (Pseudo-generic (Any Numeric or Enum value))

The value to tween towards over Duration (float)

Examples: Key Enum, Float, Int, etc

From (Pseudo-generic (Any Numeric or Enum value))

The value to tween away from over Duration (float)

Examples: Key Enum, Float, Int, etc

Duration (float)

The duration in seconds that the value should tween for.

Curve (CurvePreset)

The interpolation type to use while tweening.

ProportionalDuration (Boolean)

This article or section is a Stub. You can help the Resonite Wiki by expanding it.


TODO: What does this do?

Target (Numeric or Enum IField`1)

The value this node should Tween.

Outputs

OnStarted (SyncResumption (Async))

sends an Async Impulse once the node starts tweening the Target (Numeric or Enum IField`1).

OnDone (Continuation)

Sends an Impulse once the node is done tweening Target (Numeric or Enum IField`1).

Examples