Version: 2022.3
言語: 日本語
public void SetLayerAdditive (uint layerIndex, bool value);

パラメーター

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.

説明

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.