godot/modules/mono/glue
Raul Santos 7924d643e5
Add includeInternal to C# NodeExtensions and fix get_child documentation
Node methods in C# extended to use generics
now have the optional parameter `includeInternal`
like their non-generic equivalents.

Also, fixed a typo in the `Node.get_child` documentation.
2022-08-23 18:19:44 +02:00
..
GodotSharp Add includeInternal to C# NodeExtensions and fix get_child documentation 2022-08-23 18:19:44 +02:00
runtime_interop.cpp C#: Replace P/Invoke with delegate pointers 2022-08-22 03:36:52 +02:00
runtime_interop.h C#: Replace P/Invoke with delegate pointers 2022-08-22 03:36:52 +02:00