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

Camera Manager. More...

Public Member Functions

IList< CameraEntity^ >^ GetAllCameras ()
 Returns all existing user defined cameras. More...
 
CameraEntityGetCameraByName (String^ pName)
 Returns the camera with the given name. More...
 
CameraEntityCreateCamera ()
 Creates a new camera. More...
 
void DeleteCamera (CameraEntity^ pCamera)
 Deletes a camera. More...
 
IList< CameraAnimation^ >^ GetAllAnimations ()
 Returns all existing animations. More...
 
CameraAnimationGetAnimationByName (String^ pName)
 Returns the animation with the given name. More...
 
CameraAnimationCreateAnimation ()
 Creates a new animation. More...
 
void DeleteAnimation (CameraAnimation^ pAnimation)
 Deletes a animation. More...
 

Detailed Description

Camera Manager.

Member Function Documentation

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.