Defines the different types of mirror mappings for animations.
| NoMapping | Indicates that there is no mapping defined. |
| Bidirection | Indicates a bidirectional mapping between two sides. |
| SourceToTarget | Indicates a mapping from the source side to the target side. |
| TargetToSource | Indicates a mapping from the target side back to the source side. |
| Self | Indicates a self-mapping, where the side maps to itself. |