Summary
Sets the array of corresponding blend positions for each animation clip. Used for 1D blending. Not used if the layer has only one animation clip.
Syntax
public FlexMotionLayer SetBlendPositions(float[] blendPositions)
Parameters
Name | Type | Description |
---|---|---|
blendPositions | float[] | The array of blend positions. |
Return Value
Type | Description |
---|---|
FlexMotionLayer | The same instance of FlexMotionLayer , allowing chained method calls. |