Fix generic typename to be properly converted to C#
This commit is contained in:
@@ -379,7 +379,7 @@ namespace Flax.Build.Bindings
|
|||||||
{
|
{
|
||||||
typeName += '<';
|
typeName += '<';
|
||||||
foreach (var arg in typeInfo.GenericArgs)
|
foreach (var arg in typeInfo.GenericArgs)
|
||||||
typeName += arg.Type.Replace("::", ".");
|
typeName += GenerateCSharpNativeToManaged(buildData, arg, caller);
|
||||||
typeName += '>';
|
typeName += '>';
|
||||||
}
|
}
|
||||||
if (apiType != null)
|
if (apiType != null)
|
||||||
|
|||||||
Reference in New Issue
Block a user