Add support for generic types in Scripting API with Template flag
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user