Add double-reference support for scripting function parameters to move value

This commit is contained in:
Wojtek Figat
2023-08-28 14:19:02 +02:00
parent 8906453b15
commit 81a2898d4e
4 changed files with 19 additions and 4 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 = 20;
private const int CacheVersion = 21;
internal static void Write(BinaryWriter writer, string e)
{