#include <kfbxlayer.h>
Definition at line 689 of file kfbxlayer.h.
Public Types | |
| enum | EBlendMode |
| Lets you control how textures are combined when multiple layers of texture are applied to an surface. More... | |
Public Member Functions | |
| void | SetBlendMode (EBlendMode pBlendMode) |
| Set the way Textures are blended between layers. | |
| void | SetAlpha (double pAlpha) |
| Set the level of transparency between multiple texture levels. | |
| EBlendMode | GetBlendMode () |
| Get the way Textures are blended between layers. | |
| double | GetAlpha () |
| Get the level of transparency between multiple levels of textures. | |
| enum EBlendMode |
Lets you control how textures are combined when multiple layers of texture are applied to an surface.
Definition at line 701 of file kfbxlayer.h.
| void SetBlendMode | ( | EBlendMode | pBlendMode | ) | [inline] |
Set the way Textures are blended between layers.
| pBlendMode | A valid blend mode. |
Definition at line 713 of file kfbxlayer.h.
| void SetAlpha | ( | double | pAlpha | ) | [inline] |
Set the level of transparency between multiple texture levels.
| pAlpha | Set to a value between 0.0 and 1.0, where 0.0 is totally transparent and 1.0 is totally opaque. |
Definition at line 719 of file kfbxlayer.h.
| EBlendMode GetBlendMode | ( | ) | [inline] |
Get the way Textures are blended between layers.
Definition at line 728 of file kfbxlayer.h.
| double GetAlpha | ( | ) | [inline] |
Get the level of transparency between multiple levels of textures.
Definition at line 733 of file kfbxlayer.h.