pCon.planner Plugin SDK  Version 8.8.1
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events
Public Member Functions | Properties | List of all members
X3g::Plugin::CameraAnimation Class Reference

Camera Animation. More...

Public Member Functions

CameraAnimationNodeCreateNode ()
 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...
 

Detailed Description

Camera Animation.

Member Function Documentation

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.

Property Documentation

bool X3g::Plugin::CameraAnimation::ClosedPath
getset

True if the path of the animation is closed.

CameraInterpolation X3g::Plugin::CameraAnimation::Interpolation
getset

The interpolation of the animation.

System:: String^ X3g::Plugin::CameraAnimation::Name
getset

The name of the animation.