The default control point for this type.
The control points in this manager.
Adds a new control point.
Note that the provided control point may not be added if the correct state is already present at the control point's time.
Additionally, any control point that exists in the same time will be removed.
The control point to add.
Whether the control point was added.
Finds the control point that is active at a given time.
Removes a control point.
This method will remove the earliest control point in the array that is equal to the given control point.
The control point to remove.
Whether the control point was removed.
Removes a control point at an index.
The index of the control point to remove.
The control point that was removed.
Generated using TypeDoc
A manager for timing control points.