Add missing GetPtr() for Dictionary<> and Array<>
@@ -331,5 +331,10 @@ namespace Godot
{
return GetEnumerator();
}
+
+ internal IntPtr GetPtr()
+ {
+ return objectArray.GetPtr();
+ }
@@ -397,5 +397,10 @@ namespace Godot
+ return objectDict.GetPtr();