#include <mobu-python-api.h>
Layer mode.
Public Attributes |
|
object | kFBLayerModeInvalidIndex |
object | kFBLayerModeAdditive |
object | kFBLayerModeOverride |
object | kFBLayerModeOverridePassthrough |
object kFBLayerModeInvalidIndex |
object kFBLayerModeAdditive |
Layer value will be added to the other layers to computed the final value.
object kFBLayerModeOverride |
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.