#include <mobu-python-api.h>
Layer mode.
Public Attributes | |
object | kFBLayerModeInvalidIndex |
Invalid value. More... | |
object | kFBLayerModeAdditive |
Layer value will be added to the other layers to computed the final value. More... | |
object | kFBLayerModeOverride |
Layer value will override the value of the other precedent layers. More... | |
object | kFBLayerModeOverridePassthrough |
If the layer has a weigth of 75%, the precedent layers will have a combined effect of 25% on the final value. More... | |
object kFBLayerModeAdditive |
Layer value will be added to the other layers to computed the final value.
object kFBLayerModeInvalidIndex |
Invalid value.
object kFBLayerModeOverride |
Layer value will override the value of the other precedent layers.
object kFBLayerModeOverridePassthrough |
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.