FollowMode EnumerationBigBangProductions Easy Curves
Defines how to follow the curve and what happens at the end point

Namespace: BigBangProductions.CurveRuntime
Assembly: BigBangProductions.CurveRuntime (in BigBangProductions.CurveRuntime.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public enum FollowMode
Members

  Member nameValueDescription
Forward0 Follow the curve from the start point (green) to the end point (red)
Backward1 Follow the curve from the end point (red) to the start point (green)
PingPong2 Follow the curve from the start to end in the first cycle and from end to start in the second cycle, and so on
PongPing3 PingPong starting with a backward movement (end to start)
See Also