Summary
Changes the blending weight value of an animation clip based on its index.
Obviously this has no effect on layers containing only one animation clip.
Syntax
public FlexMotionLayer SetBlendWeight(int index, float value)
Parameters
Name | Type | Description |
---|---|---|
index | int | The animation clip index. |
value | float | The weight value to use for that clip when blending will occur. |
Return Value
Type | Description |
---|---|
FlexMotionLayer |