AnimancerPlayable.LayerList.

AnimancerPlayable.

SetAdditive(int, bool) Method

Summary

[Pro-Only] Sets the layer at the specified index to blend additively with earlier layers (if true) or to override them (if false). Newly created layers will override by default.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerPlayable.LayerList

Syntax

public virtual void SetAdditive(int index, bool value)

Parameters

Name Type Description
index int
value bool

Return Value

Type Description
void