Files
godot/modules
Raul Santos 2deefd938f Reduce C# Dictionary internal calls
- Implements new `KeyValuePairs` and `KeyValuePairAt` internal calls
to get the `key` and the `value` in one call.
- Caches the `DictionaryEntry` to reuse properties without repeating
internal calls.
2021-08-05 17:30:28 +02:00
..
2021-07-25 11:21:51 +02:00
2021-07-25 11:21:51 +02:00
2021-07-31 22:19:51 +08:00
2021-08-05 17:30:28 +02:00