Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ New
Method
New
Source/Engine/Scripting/Runtime/Mono.cpp:741–744 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
739
}
740
741
MObject* MCore::Object::New(const MClass* klass)
742
{
743
return mono_object_new(mono_domain_get(), klass->GetNative());
744
}
745
746
void MCore::Object::Init(MObject* obj)
747
{
Callers
nothing calls this directly
Calls
1
GetNative
Method · 0.80
Tested by
no test coverage detected