Transform Get Signed Angle To Target
Gets a signed angle from a Transform's forward axis to a target.
Parameters
| Parameter | Description |
|---|---|
| Transform | The source Transform. |
| Target | The target Transform. |
| Get Angle | Stores the signed angle in degrees. |
| Forward Axis | Local axis treated as forward. |
| Sign Axis | Axis used to determine the sign of the angle. |
Notes
- Unlike the unsigned version, this tells you which side of the object the target is on.
- This is useful for steering, turret turn decisions, and directional blend trees.