MCPcopy 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
741MObject* MCore::Object::New(const MClass* klass)
742{
743 return mono_object_new(mono_domain_get(), klass->GetNative());
744}
745
746void MCore::Object::Init(MObject* obj)
747{

Callers

nothing calls this directly

Calls 1

GetNativeMethod · 0.80

Tested by

no test coverage detected