API Documentation > Interface Classes > Class wfcTexture
Class wfcTexture

# include <wfcDisplay.h>

class
wfcTexture
: public virtual
xobject
{
xdeclare(wfcTexture)
...
};
This is a
COMPACT class.

Description
The texture interface
Manual References:
Method Summary
Method Detail
GetType
()
void
SetType
(wfcTextureType value)
The texture type wfcTextureType
Manual References:
GetFilePath
()
void
SetFilePath
(xrstring value)
The texture file
Manual References:
GetPlacement
()
void
SetPlacement
The texture placement wfcTexturePlacement
Manual References:
Create
Creates the texture interface
Manual References:
Parameters:
Type
FilePath
Placement
Returns:
Handle to the texture interface
Was this helpful?