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
- AnimancerLayerList
Syntax
public virtual void SetAdditive(int index, bool value)
Parameters
Name | Type | Description |
---|---|---|
index | int | |
value | bool |
Return Value
Type | Description |
---|---|
void |