#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:
true
if pOther is equivalent to this object,false
otherwise.
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:
true
on success,false
otherwise.
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:
true
on success,false
otherwise.