Fix scripting api bindings for types with changed scripting name (other than native type name)
This commit is contained in:
@@ -138,7 +138,8 @@ DECLARE_SCRIPTING_TYPE_MINIMAL(NetworkSocketGroup)
|
||||
/// <summary>
|
||||
/// Low-level networking implementation interface with Berkeley sockets.
|
||||
/// </summary>
|
||||
API_CLASS(Static, Name="Network") class FLAXENGINE_API NetworkBase
|
||||
API_CLASS(Static, Name="Network", Tag="NativeInvokeUseName")
|
||||
class FLAXENGINE_API NetworkBase
|
||||
{
|
||||
public:
|
||||
static struct FLAXENGINE_API ScriptingTypeInitializer TypeInitializer;
|
||||
|
||||
Reference in New Issue
Block a user