Note
using Godot.CollectionsExtens.Array; x Godot Array
using Godot.CollectionsExtens.List; x C# List
- Assign
- Back
- Front
- PopAt
- PushFront
- PushBack
- PopFront
- PopBack
Note
using Godot.CollectionsExtens.Array.Alias; x Godot Array
using Godot.CollectionsExtens.List.Alias; x C# List
Tip
using if you need to convert gdscript code to C# quickly.
Caution
Using these methods may be slower.
- AppendArray(AddRange)
- Erase(Remove)
- Filter(Where)
- Find(IndexOf)
- Has(Contains)
- Hash(GD.Hash)
- IsEmpty
- Map(Select)
- Reduce(Aggregate)
- RFind(LastIndexOf)
- Size(Count)
- Clone repo into addons folder.