Pass const ref parameters as in parameters in C# bindings

_amend in parameters
This commit is contained in:
2025-12-06 00:01:28 +02:00
parent dde07bac8d
commit d7eebb699c
14 changed files with 29 additions and 19 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 = 23;
private const int CacheVersion = 24;
internal static void Write(BinaryWriter writer, string e)
{