Defines how to follow the curve and what happens at the end point
Namespace: BigBangProductions.CurveRuntimeAssembly: BigBangProductions.CurveRuntime (in BigBangProductions.CurveRuntime.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Forward | 0 | Follow the curve from the start point (green) to the end point (red) | |
| Backward | 1 | Follow the curve from the end point (red) to the start point (green) | |
| PingPong | 2 | Follow the curve from the start to end in the first cycle and from end to start in the second cycle, and so on | |
| PongPing | 3 | PingPong starting with a backward movement (end to start) |
See Also