AIPathInstallData Struct Reference
Installation data for AIPathInterpolateSuite::InsertInterpolants()
:.
More...
#include <AIPathInterpolate.h>
List of all members.
Detailed Description
Installation data for AIPathInterpolateSuite::InsertInterpolants()
:.
Initialize the parent
, paintOrder
and refChild
to describe where to install the first interpolated path.
Member Data Documentation
Developer-defined data to pass to the developer-defined post-install callback.
For default interpolation (when the post-install callback is NULL
); ignored otherwise.
- When true, each path is linked as the sibling of the previous one, so that the last created path, the one most like the supplied end path, is on the bottom.
- When false, the previous path becomes the sibling of the next one created, so that the last created path, the one most like the supplied end path, is on the top.
The paint order position of the new path, relative to the refChild
object, an AITypes::AIPaintOrder
value.
The parent art object in the paint order of the current document's art tree.
The documentation for this struct was generated from the following file: