virtualx-engine/modules/mono/glue/GodotSharp/GodotSharp
Raul Santos 28a8caac26
C#: Make Length and LengthSquared into methods in Quaternion.
The `Length` and `LengthSquared` members are implemented as methods
in every other C# struct, `Quaternion` was the only one implementing
them as properties.
2023-01-15 14:03:44 +01:00
..
Core C#: Make Length and LengthSquared into methods in Quaternion. 2023-01-15 14:03:44 +01:00
Properties C#/netcore: Add base desktop game export implementation 2022-08-22 03:36:51 +02:00
GlobalUsings.cs C#: Upgrade to .NET 6 (5.0 -> 6.0) 2022-08-22 03:36:51 +02:00
GodotSharp.csproj C#: Rename SignalInfo to Signal and make awaitable 2022-12-12 17:30:14 +01:00
GodotSharp.csproj.DotSettings