Transform Flip Y To Face Target
Flips a Transform vertically 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 Y position to the Transform's Y position.
- It is useful for vertical shooters, top-down games, and climb-style movement.