godot/modules/mono/glue
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
..
GodotSharp Reduce C# Dictionary internal calls 2021-08-05 17:30:28 +02:00
arguments_vector.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
base_object_glue.cpp Use const references where possible for List range iterators 2021-07-25 12:22:25 +02:00
collections_glue.cpp Reduce C# Dictionary internal calls 2021-08-05 17:30:28 +02:00
gd_glue.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
glue_header.h Rename Reference to RefCounted 2021-06-11 18:48:42 +02:00
nodepath_glue.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
rid_glue.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
scene_tree_glue.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
string_glue.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
string_name_glue.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00