Summary
Should the layer recompute every clip speed value using their weights?
This will be done every frame to achieve a consistent length.
Syntax
public FlexMotionLayer SetUseWeightedLengths(bool value)
Parameters
Name | Type | Description |
---|---|---|
value | bool | Whether to turn weighted lengths on or off. |
Return Value
Type | Description |
---|---|
FlexMotionLayer | The same instance of FlexMotionLayer , allowing chained method calls. |