#include <fbmodel.h>

This class is a wrapper around the system's camera switcher object. There can only be one switcher in a given scene. Any attempts at creating a new instance will return the existing one.
Definition at line 1319 of file fbmodel.h.
Public Member Functions |
|
| FBCameraSwitcher () | |
| Constructor. |
|
Public Attributes |
|
| FBPropertyCamera | CurrentCamera |
| Read Write Property: Camera currently
being used by the switcher. Set to NULL to turn on evalute switch,
otherwise manual switch. |
|
| FBPropertyInt | CurrentCameraIndex |
| Read Write Property: Camera index
currently being used by the switcher. Set to -1 to turn on evaluate
switch. |
|
| FBCameraSwitcher | ( | ) |
Constructor.
| FBPropertyCamera CurrentCamera |