1
0
Fork 0
godot/modules/mono/glue/GodotSharp/GodotSharp/Core
Berke Kocaoğlu 20d72e462b
Implement `Deconstruct` methods for C# vectors
See https://docs.microsoft.com/en-us/dotnet/csharp/fundamentals/functional/deconstruct#user-defined-types
2022-03-06 11:16:30 +03:00
..
Attributes [Net] Rename RPC constants and annotation arguments. 2021-10-01 18:14:38 +02:00
Extensions Fix some minor issues in C# XML doc comments 2021-09-18 11:38:22 -05:00
Interfaces
AABB.cs Add documentation to operators for math types 2021-11-04 14:44:55 -05:00
Array.cs Add documentation to GodotSharp 2021-09-03 19:03:31 +02:00
Basis.cs Rename C# `Quaternion()` -> `GetQuaternion()` 2021-12-06 20:18:40 +01:00
Callable.cs Implement Call methods in C# Callable 2021-10-28 22:49:17 +02:00
Color.cs Add documentation to operators for math types 2021-11-04 14:44:55 -05:00
Colors.cs Add documentation to operators for math types 2021-11-04 14:44:55 -05:00
DebuggingUtils.cs
DelegateUtils.cs Add a simple C# .editorconfig 2021-07-23 17:04:53 -04:00
Dictionary.cs Fix marshaling values of generic Godot Dictionary 2022-01-12 23:26:51 +01:00
Dispatcher.cs
DynamicObject.cs Add documentation to GodotSharp 2021-09-03 19:03:31 +02:00
GD.cs Fix various typos 2022-01-02 01:03:58 -05:00
GodotSynchronizationContext.cs Some more C# formatting 2021-09-02 15:12:15 -05:00
GodotTaskScheduler.cs
GodotTraceListener.cs Some more C# formatting 2021-09-02 15:12:15 -05:00
GodotUnhandledExceptionEvent.cs Add a simple C# .editorconfig 2021-07-23 17:04:53 -04:00
MarshalUtils.cs Fix get_all_delegates method for generic classes 2021-12-04 02:54:33 +01:00
Mathf.cs Implement cubic_interpolate() as MathFunc for refactoring 2022-02-12 18:11:17 +09:00
MathfEx.cs Various fixes to C# documentation 2021-12-07 12:54:24 +01:00
NodePath.cs Various fixes to C# documentation 2021-12-07 12:54:24 +01:00
Object.base.cs Fix some leftover references to idle_frame 2021-10-04 20:57:31 +02:00
Plane.cs Add documentation to operators for math types 2021-11-04 14:44:55 -05:00
Quaternion.cs Rename C# `Quaternion()` -> `GetQuaternion()` 2021-12-06 20:18:40 +01:00
RID.cs Add documentation to GodotSharp 2021-09-03 19:03:31 +02:00
Rect2.cs Add documentation to operators for math types 2021-11-04 14:44:55 -05:00
Rect2i.cs Add documentation to operators for math types 2021-11-04 14:44:55 -05:00
SignalAwaiter.cs Some more C# formatting 2021-09-02 15:12:15 -05:00
SignalInfo.cs Add documentation to GodotSharp 2021-09-03 19:03:31 +02:00
StringExtensions.cs Merge pull request #57076 from IgorKordiukiewicz/fix-mono-string-capitalize 2022-02-08 22:16:54 +01:00
StringName.cs Add documentation to GodotSharp 2021-09-03 19:03:31 +02:00
Transform2D.cs Various fixes to C# documentation 2021-12-07 12:54:24 +01:00
Transform3D.cs Various fixes to C# documentation 2021-12-07 12:54:24 +01:00
UnhandledExceptionArgs.cs Add documentation to GodotSharp 2021-09-03 19:03:31 +02:00
Vector2.cs Implement `Deconstruct` methods for C# vectors 2022-03-06 11:16:30 +03:00
Vector2i.cs Implement `Deconstruct` methods for C# vectors 2022-03-06 11:16:30 +03:00
Vector3.cs Implement `Deconstruct` methods for C# vectors 2022-03-06 11:16:30 +03:00
Vector3i.cs Implement `Deconstruct` methods for C# vectors 2022-03-06 11:16:30 +03:00