Summary
Sets the start and end range used during blending. For 1D blending, this value is ignored if the Blend Positions has been set.
Syntax
public FlexMotionLayer SetBlendRange(Vector2 blendRange)
Parameters
Name | Type | Description |
---|---|---|
blendRange | Vector2 | The start and end range used during blending. |
Return Value
Type | Description |
---|---|
FlexMotionLayer | The same instance of FlexMotionLayer , allowing chained method calls. |