#include<kfbxlayeredtexture.h>List of all members.
Detailed Description
FBX SDK layered texture class.
Definition at line56of filekfbxlayeredtexture.h.
Member Enumeration Documentation
Member Function Documentation
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, |
| | EBlendMode& | pMode | |
| ) | | | const |
Get the blending mode for a texture.
- Parameters:
| pIndex | The texture index. |
| pMode | The blend mode is returned here. |
- Returns:
trueon success,falseotherwise.