Fix soft refs in bindings to match C# version that is not generic
This commit is contained in:
@@ -299,6 +299,8 @@ namespace Flax.Build.Bindings
|
|||||||
// Object reference property
|
// Object reference property
|
||||||
if (typeInfo.IsObjectRef)
|
if (typeInfo.IsObjectRef)
|
||||||
return GenerateCSharpNativeToManaged(buildData, typeInfo.GenericArgs[0], caller);
|
return GenerateCSharpNativeToManaged(buildData, typeInfo.GenericArgs[0], caller);
|
||||||
|
if (typeInfo.Type == "SoftTypeReference" || typeInfo.Type == "SoftObjectReference")
|
||||||
|
return typeInfo.Type;
|
||||||
|
|
||||||
// Array or Span or DataContainer
|
// Array or Span or DataContainer
|
||||||
#if USE_NETCORE
|
#if USE_NETCORE
|
||||||
|
|||||||
Reference in New Issue
Block a user