![]() |
pCon.planner Plugin SDK
Version 8.8.1
|
Public Member Functions | |
CameraAnimationNode^ | CreateNode () |
Creates a new node which is not yet part of the animation. More... | |
IList< CameraAnimationNode^ >^ | GetNodes () |
Returns the nodes of this animation. More... | |
void | SetNodes (IEnumerable< CameraAnimationNode^ >^pNodes) |
Sets the nodes of this animation. More... | |
CameraAnimationInfo | GetAnimationInfo () |
Returns additional information about the animation. More... | |
IList< CameraAnimationFrame >^ | getAnimationFrames (unsigned int pStartFrame, unsigned int pFPS) |
Returns the interpolated frames of the animation for the given frames per second. More... | |
Properties | |
System::String^ | Name [get, set] |
The name of the animation. More... | |
CameraInterpolation | Interpolation [get, set] |
The interpolation of the animation. More... | |
bool | ClosedPath [get, set] |
True if the path of the animation is closed. More... | |
Camera Animation.
CameraAnimationNode X3g::Plugin::CameraAnimation::CreateNode | ( | ) |
Creates a new node which is not yet part of the animation.
IList< X3g::Plugin::CameraAnimationFrame > X3g::Plugin::CameraAnimation::getAnimationFrames | ( | unsigned int | pStartFrame, |
unsigned int | pFPS | ||
) |
Returns the interpolated frames of the animation for the given frames per second.
X3g::Plugin::CameraAnimationInfo X3g::Plugin::CameraAnimation::GetAnimationInfo | ( | ) |
Returns additional information about the animation.
IList< CameraAnimationNode^ > X3g::Plugin::CameraAnimation::GetNodes | ( | ) |
Returns the nodes of this animation.
void X3g::Plugin::CameraAnimation::SetNodes | ( | IEnumerable< CameraAnimationNode^ >^ | pNodes) |
Sets the nodes of this animation.
|
getset |
True if the path of the animation is closed.
|
getset |
The interpolation of the animation.
|
getset |
The name of the animation.