Add support for using pointer in MarshalAs in scripting types

This commit is contained in:
Wojtek Figat
2024-02-15 10:47:45 +01:00
parent db7dfdb0b1
commit f730657518
7 changed files with 25 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ namespace Flax.Build.Bindings
partial class BindingsGenerator
{
private static readonly Dictionary<string, Type> TypeCache = new Dictionary<string, Type>();
private const int CacheVersion = 21;
private const int CacheVersion = 22;
internal static void Write(BinaryWriter writer, string e)
{