Move generated marshallers into separate namespace

Avoid polluting the `FlaxEngine` namespace with interop related
marshallers, move those to nested namespace called `Interop` where most
of the common marshallers are placed already.
This commit is contained in:
2024-04-01 19:08:53 +03:00
parent 974e3e192b
commit adbe43c2c2
3 changed files with 88 additions and 46 deletions

View File

@@ -3,6 +3,7 @@
using System;
using System.Runtime.InteropServices;
using System.Runtime.InteropServices.Marshalling;
using FlaxEngine.Interop;
namespace FlaxEngine
{