Beispiel #1
0
            public static float[] CheckToArrayNumber(int index)
            {
                IntPtr out_result;

                Love2dDll.wrap_love_dll_luasupport_checkToArrayNumber(index, out out_result, out var len);
                return(DllTool.ReadFloatsAndRelease(out_result, len));
            }