Summary
Sets if the pose should be mirrored or not.
Syntax
public FlexMotionLayer SetIsMirror(bool isMirror)
Parameters
| Name | Type | Description |
|---|---|---|
| isMirror | bool | The value to determine if the pose should be mirrored. |
Return Value
| Type | Description |
|---|---|
| FlexMotionLayer | The same instance of FlexMotionLayer, allowing chained method calls. |