Transform Flip X To Face Target
Flips a Transform horizontally so it faces a target Transform.
Parameters
| Parameter | Description |
|---|---|
| Transform | The Transform to flip. |
| Target | The target Transform. |
| Invert | Reverses the facing test if needed. |
Notes
- This compares the target's X position to the Transform's X position.
- It flips the full object hierarchy, which is useful for attach points and child effects.