Add support for generic types in Scripting API with Template flag

This commit is contained in:
Wojtek Figat
2022-05-23 19:43:34 +02:00
parent d39b6d7120
commit b70bce1746
9 changed files with 63 additions and 41 deletions

View File

@@ -25,7 +25,7 @@ namespace Flax.Build.Bindings
{
base.Init(buildData);
if (ForceNoPod || (Interfaces != null && Interfaces.Count != 0))
if (ForceNoPod || (Interfaces != null && Interfaces.Count != 0) || IsTemplate)
{
_isPod = false;
return;