FBX C++ API Reference
All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FbxIODefaultRenderResolution Class Reference

#include <fbxio.h>

Class Description

Render and resolution information.

Definition at line 189 of file 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...
 

Constructor & Destructor Documentation

◆ FbxIODefaultRenderResolution()

Default constructor.

Member Function Documentation

◆ Reset()

void Reset ( )

Reset values to default.

Member Data Documentation

◆ mIsOK

bool mIsOK

If the resolution data is ready.

Definition at line 193 of file fbxio.h.

◆ mCameraName

FbxString mCameraName

camera name.

Definition at line 195 of file fbxio.h.

◆ mResolutionMode

FbxString mResolutionMode

resolution mode.

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

Definition at line 197 of file fbxio.h.

◆ mResolutionW

double mResolutionW

resolution width.

Definition at line 199 of file fbxio.h.

◆ mResolutionH

double mResolutionH

resolution height.

Definition at line 201 of file fbxio.h.


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