Layer mode. More...
#include <pyfbsdk.h>
Public Attributes | |
kFBLayerModeInvalidIndex | |
Invalid value. | |
kFBLayerModeAdditive | |
Layer value will be added to the other layers to computed the final value. | |
kFBLayerModeOverride | |
Layer value will override the value of the other precedent layers. | |
kFBLayerModeOverridePassthrough | |
If the layer has a weight of 75%, the precedent layers will have a combined effect of 25% on the final value. Setting the weight to 100% is similar to setting the layer in override. | |
Layer mode.
kFBLayerModeAdditive |
Layer value will be added to the other layers to computed the final value.
kFBLayerModeInvalidIndex |
Invalid value.
kFBLayerModeOverride |
Layer value will override the value of the other precedent layers.
kFBLayerModeOverridePassthrough |
If the layer has a weight of 75%, the precedent layers will have a combined effect of 25% on the final value. Setting the weight to 100% is similar to setting the layer in override.