Torque3D Documentation / _generateds / DescriptionOutputter

DescriptionOutputter

Engine/source/gfx/gfxDevice.cpp

Helper class for GFXDevice::describeResources.

More...

Private Attributes

File if we are writing to a file.

bool

Are we writing to a file?

Public Functions

write(const char * line)

Writes line to the file or to the console, depending on what we want.

Detailed Description

Helper class for GFXDevice::describeResources.

Private Attributes

FileStream mFile 

File if we are writing to a file.

bool mWriteToFile 

Are we writing to a file?

Public Functions

DescriptionOutputter(const char * file)

~DescriptionOutputter()

write(const char * line)

Writes line to the file or to the console, depending on what we want.