Fix scripting api bindings for types with changed scripting name (other than native type name)

This commit is contained in:
2022-10-26 15:00:29 +02:00
parent d90245bf32
commit 19f1c4251c
6 changed files with 10 additions and 6 deletions
+2 -1
View File
@@ -129,7 +129,8 @@ API_INJECT_CODE(cpp, "#include \"Engine/Platform/Platform.h\"");
/// <summary>
/// Runtime platform service.
/// </summary>
API_CLASS(Static, Name="Platform") class FLAXENGINE_API PlatformBase
API_CLASS(Static, Name="Platform", Tag="NativeInvokeUseName")
class FLAXENGINE_API PlatformBase
{
DECLARE_SCRIPTING_TYPE_MINIMAL(PlatformBase);