virtualx-engine/modules/mono/glue/GodotSharp
Raul Santos 54f8fb010c
Sync C# Array with Core
- Add `AddRange` method.
- Add `Fill` method.
- Add `Max` and `Min` methods.
- Add `PickRandom` method.
- Add `Reverse` method.
- Add `RecursiveEqual` method.
- Add `Sort` method.
- Add `Slice` and `GetSliceRange` methods.
- Add `IndexOf` overload that takes an index parameter.
- Add `LastIndexOf` method.
- Add `BinarySearch` method.
- Add/update documentation.
2023-01-30 05:41:53 +01:00
..
ExternalAnnotations
Godot.SourceGenerators.Internal
GodotPlugins C#: Rename Object to GodotObject 2023-01-27 02:04:18 +01:00
GodotSharp Sync C# Array with Core 2023-01-30 05:41:53 +01:00
GodotSharpEditor
.editorconfig
.gitignore
GodotSharp.sln
GodotSharp.sln.DotSettings