Type:CurvePreset: Difference between revisions

From Resonite Wiki
imported>Shadow Panther
No edit summary
 
m fix tween value link
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class="wikitable"
CurvePreset is used within the [[ProtoFlux:Tween Value|Tween Node]] to define how a value should be tweened. It has the following possible values:
|-
| Color
| Type
|-
| style="background-color:{{CurvePreset-color}}" |
| CurvePreset
|}
 
CurvePreset is used within the [[Tween (LogiX_node)|Tween Node]] to define how a value should be tweened. It has the following possible values:
* Linear (constant speed transition)
* Linear (constant speed transition)
* Sine (rapid start, slow approach)
* Sine (rapid start, slow approach)
Line 16: Line 7:


[[Category:Enums]]
[[Category:Enums]]
[[Category:Types]]
[[Category:Type]]

Latest revision as of 18:28, 4 February 2024

CurvePreset is used within the Tween Node to define how a value should be tweened. It has the following possible values:

  • Linear (constant speed transition)
  • Sine (rapid start, slow approach)
  • Cosine (slow start, rapid approach)
  • Smooth (slow start, rapid middle, slow approach)
  • Smoother (like Smooth, but even slower start and approach)