FBLayerMode Class Reference
 
 
 
FBLayerMode Class Reference

#include <mobu-python-api.h>


Class Description

Layer mode.

Inheritance diagram for FBLayerMode:
Enumeration

Public Attributes

object  kFBLayerModeInvalidIndex
object  kFBLayerModeAdditive
object  kFBLayerModeOverride
object  kFBLayerModeOverridePassthrough

Member Data Documentation

Layer value will be added to the other layers to computed the final value.

Layer value will override the value of the other precedent layers.

If the layer has a weigth of 75%, the precedent layers will have a combined effect of 25% on the final value. Setting the weigth to 100% is similar to setting the layer in override.