virtualx-engine/modules/mono/editor
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
..
Godot.NET.Sdk C#: Re-introduce generic Godot Array and Dictionary 2022-08-22 03:36:52 +02:00
GodotTools C#: Replace P/Invoke with delegate pointers 2022-08-22 03:36:52 +02:00
script_templates C#: Replace Xform and XformInv with * operator 2022-08-22 21:11:24 +02:00
bindings_generator.cpp C#: Re-introduce generic Godot Array and Dictionary 2022-08-22 03:36:52 +02:00
bindings_generator.h C#: Add dedicated Variant struct, replacing System.Object 2022-08-22 03:36:52 +02:00
code_completion.cpp Rename shader parameter uniform setter/getter methods for consistency 2022-08-04 23:17:06 +02:00
code_completion.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
editor_internal_calls.cpp C#: Replace P/Invoke with delegate pointers 2022-08-22 03:36:52 +02:00
editor_internal_calls.h C#: Replace P/Invoke with delegate pointers 2022-08-22 03:36:52 +02:00