#include<kfbxlayer.h>Definition at line1494of filekfbxlayer.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(EBlendModepBlendMode) |
| 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. | |
| enumEBlendMode |
Lets you control how textures are combined when multiple layers of texture are applied to an surface.
Definition at line1507of filekfbxlayer.h.
| void SetBlendMode | ( | EBlendMode | pBlendMode | ) | [inline] |
Set the way Textures are blended between layers.
| pBlendMode | A valid blend mode. |
Definition at line1519of filekfbxlayer.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 line1525of filekfbxlayer.h.
| EBlendModeGetBlendMode | ( | ) | [inline] |
Get the way Textures are blended between layers.
Definition at line1534of filekfbxlayer.h.
| double GetAlpha | ( | ) | [inline] |
Get the level of transparency between multiple levels of textures.
Definition at line1539of filekfbxlayer.h.