KFbxLayeredTexture
#include<kfbxlayeredtexture.h>

Inheritance diagram for KFbxLayeredTexture:

Inheritance graph
[legend]

List of all members.

Detailed Description

FBX SDK layered texture class.

Definition at line56of filekfbxlayeredtexture.h.


Public Types

enum EBlendMode
 Blend modes.More...

Public Member Functions

bool operator==(constKFbxLayeredTexture&pOther) const
 Equality operator.
bool SetTextureBlendMode(int pIndex,EBlendModepMode)
 Set the blending mode for a texture.
bool GetTextureBlendMode(int pIndex,EBlendMode&pMode) const
 Get the blending mode for a texture.

Member Enumeration Documentation

Blend modes.

  • eTRANSLUCENT
  • eADDITIVE
  • eMODULATE
  • eMODULATE2

Reimplemented fromKFbxTexture.

Definition at line68of filekfbxlayeredtexture.h.

Member Function Documentation

bool operator==(constKFbxLayeredTexturepOther ) const

Equality operator.

Parameters:
pOther The object to compare to.
Returns:
trueif pOther is equivalent to this object,falseotherwise.

bool SetTextureBlendMode(int pIndex,
EBlendMode pMode 
)

Set the blending mode for a texture.

Parameters:
pIndex The texture index.
pMode The blend mode to set.
Returns:
trueon success,falseotherwise.

bool GetTextureBlendMode(int pIndex,
EBlendModepMode 
)const

Get the blending mode for a texture.

Parameters:
pIndex The texture index.
pMode The blend mode is returned here.
Returns:
trueon success,falseotherwise.