![]() |
pCon.planner Plugin SDK
Version 8.8.1
|
Camera Animation Node. More...
Inherited by X3g::Plugin::ICameraAnimationNode.
Public Member Functions | |
void | GetLookAt ([Out] GeVec3d% pEye,[Out] GeVec3d% pCenter) |
Returns the camera position and the camera target. More... | |
void | SetLookAt (GeVec3d pEye, GeVec3d pCenter) |
Sets the camera position and the camera target. More... | |
Properties | |
System::String^ | Name [get, set] |
The name of the node. More... | |
double | Speed [get, set] |
Sets the speed (m/s). More... | |
double | WaitTime [get, set] |
The wait time defines how long the animation stops/waits at the node's camera position. More... | |
CameraAnimationNodeFlags | Flags [get, set] |
Additional node flags. More... | |
Camera Animation Node.
Returns the camera position and the camera target.
Sets the camera position and the camera target.
|
getset |
Additional node flags.
|
getset |
The name of the node.
|
getset |
Sets the speed (m/s).
The speed defines how long it takes to move from this node to the next node of the animation. Must be greater than 0.
|
getset |
The wait time defines how long the animation stops/waits at the node's camera position.