FBX C++ API Reference
FbxIODefaultRenderResolution Class Reference

Render and resolution information. More...

#include <fbxio.h>

Public Attributes

bool mIsOK
 If the resolution data is ready. More...
 
FbxString mCameraName
 camera name. More...
 
FbxString mResolutionMode
 resolution mode. More...
 
double mResolutionW
 resolution width. More...
 
double mResolutionH
 resolution height. More...
 

Constructors and Destructor

 FbxIODefaultRenderResolution ()
 Default constructor. More...
 

Member Access

void Reset ()
 Reset values to default. More...
 

Detailed Description

Render and resolution information.

Definition at line 207 of file fbxio.h.

Constructor & Destructor Documentation

Default constructor.

Member Function Documentation

void Reset ( )

Reset values to default.

Member Data Documentation

bool mIsOK

If the resolution data is ready.

Definition at line 211 of file fbxio.h.

FbxString mCameraName

camera name.

Definition at line 213 of file fbxio.h.

FbxString mResolutionMode

resolution mode.

ex: "Fixed Resolution","Fixed Ratio","Fixed Width","Fixed Height","Window Size"

Definition at line 215 of file fbxio.h.

double mResolutionW

resolution width.

Definition at line 217 of file fbxio.h.

double mResolutionH

resolution height.

Definition at line 219 of file fbxio.h.


The documentation for this class was generated from the following file: