godot
godot copied to clipboard
C#: Add `Skew` to `Transform2D` and fix `InterpolateWith`
- Add
Skew
property toTransform2D
.- Added to Core in https://github.com/godotengine/godot/pull/38394.
- Exposed to GDScript in https://github.com/godotengine/godot/pull/52398.
- Fix
InterpolateWith
inTransform2D
to support skewed transforms.- Follow up to https://github.com/godotengine/godot/pull/72287.