AnimationLayerMixerPlayable.SetLayerAdditive
public void SetLayerAdditive(uint layerIndex,
bool value);
Parameters
| layerIndex | The layer index. | |
| value | Whether the layer is additive or not. Set to true for an additive blend, or false for a regular blend. |
Description 描述
Specifies whether a layer is additive or not. Additive layers blend with previous layers.
By default, layers are not additive and override the animation from previous layers.