MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Init

Method Init

Source/Engine/Scripting/Runtime/DotNet.cpp:414–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412}
413
414void MCore::Object::Init(MObject* obj)
415{
416 static void* ObjectInitPtr = GetStaticMethodPointer(TEXT("ObjectInit"));
417 CallStaticMethod<void, void*>(ObjectInitPtr, obj);
418}
419
420MClass* MCore::Object::GetClass(MObject* obj)
421{

Callers

nothing calls this directly

Calls 1

GetStaticMethodPointerFunction · 0.85

Tested by

no test coverage detected