![]() |
pCon.planner Plugin SDK
Version 8.9
|
Public Member Functions | |
IList< CameraEntity^ >^ | GetAllCameras () |
Returns all existing user defined cameras. More... | |
CameraEntity^ | GetCameraByName (String^ pName) |
Returns the camera with the given name. More... | |
CameraEntity^ | CreateCamera () |
Creates a new camera. More... | |
void | DeleteCamera (CameraEntity^ pCamera) |
Deletes a camera. More... | |
IList< CameraAnimation^ >^ | GetAllAnimations () |
Returns all existing animations. More... | |
CameraAnimation^ | GetAnimationByName (String^ pName) |
Returns the animation with the given name. More... | |
CameraAnimation^ | CreateAnimation () |
Creates a new animation. More... | |
void | DeleteAnimation (CameraAnimation^ pAnimation) |
Deletes a animation. More... | |
Camera Manager.
CameraAnimation X3g::Plugin::CameraManager::CreateAnimation | ( | ) |
Creates a new animation.
X3g::Plugin::CameraEntity X3g::Plugin::CameraManager::CreateCamera | ( | ) |
Creates a new camera.
void X3g::Plugin::CameraManager::DeleteAnimation | ( | CameraAnimation^ | pAnimation) |
Deletes a animation.
void X3g::Plugin::CameraManager::DeleteCamera | ( | CameraEntity^ | pCamera) |
Deletes a camera.
IList< CameraAnimation^ > X3g::Plugin::CameraManager::GetAllAnimations | ( | ) |
Returns all existing animations.
IList< X3g::Plugin::CameraEntity^ > X3g::Plugin::CameraManager::GetAllCameras | ( | ) |
Returns all existing user defined cameras.
CameraAnimation X3g::Plugin::CameraManager::GetAnimationByName | ( | String^ | pName) |
Returns the animation with the given name.
X3g::Plugin::CameraEntity X3g::Plugin::CameraManager::GetCameraByName | ( | String^ | pName) |
Returns the camera with the given name.