|
|
|
Path Class Reference
[Miscellaneous]
A spline along which various objects can move along. The spline object acts like a container for Marker objects, which make up the joints, or knots, along the path. Paths can be assigned a speed, can be looping or non-looping. Each of a path's markers can be one of three primary movement types: "normal", "Position Only", or "Kink". More...

Public Member Functions | |
| int | getPathId () |
| Returns the PathID (not the object ID) of this path. | |
Public Attributes | |
| bool | isLooping |
| If this is true, the loop is closed, otherwise it is open. | |
Detailed Description
A spline along which various objects can move along. The spline object acts like a container for Marker objects, which make up the joints, or knots, along the path. Paths can be assigned a speed, can be looping or non-looping. Each of a path's markers can be one of three primary movement types: "normal", "Position Only", or "Kink".
- Example:
Member Function Documentation
| int Path::getPathId | ( | ) |
Returns the PathID (not the object ID) of this path.
- Returns:
- PathID (not the object ID) of this path.
- Example:
// Acquire the PathID of this path object. %pathID = %thisPath.getPathId();
Member Data Documentation
| bool Path::isLooping |
If this is true, the loop is closed, otherwise it is open.