Fix scripting api bindings for types with changed scripting name (other than native type name)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user