Move dotnet7 native interop, wrappers and marshalers into FlaxEngine.Interop namespace

This commit is contained in:
Wojtek Figat
2023-03-28 13:20:18 +02:00
parent 6f7b138488
commit a25eae5d10
19 changed files with 291 additions and 191 deletions

View File

@@ -15,7 +15,7 @@ using FlaxEngine.Assertions;
using System.Collections.Concurrent;
using System.Text;
namespace FlaxEngine
namespace FlaxEngine.Interop
{
/// <summary>
/// Provides a Mono-like API for native code to access managed runtime.