Add a control point to the path at the specified control time
| <animationpath>.add( | |
| point | |
| time |
)
point
The Control Point object to add to the animation path.
time
The control time for the control point.
This will add a control point to the animation path at the specified control time. When a control point is added, Vizard will automatically sort the control points by their control time.
None