Files
godot/modules
Raul Santos 0b8b733d77 C#: Replace Xform and XformInv with * operator
- In cases where both `Xform`/`XformInv` and the `*` operator were
implemented the `Xform`/`XformInv` methods were removed in favor of the
`*` operator.
- In cases where the `Xform`/`XformInv` existed but not the `*` operator,
the `Xform`/`XformInv` methods were replaced with the `*` operator.
- In cases where no method existed, a new `*` operator has been
implemented to support the same operations that are supported in GDScript.
- Fixes the `Transform.Xform` and `Transform.XformInv` with `Rect2`
implementation to use a zero `Rect2` size to start expanding from
(which is how it's implemented in C++).
2022-08-22 21:11:24 +02:00
..
2022-05-04 17:34:51 +02:00
2022-08-14 14:57:58 -05:00
2022-05-04 17:34:51 +02:00
2022-07-21 20:11:29 -05:00
2022-05-04 17:34:51 +02:00