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

Method Unbox

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

Source from the content-addressed store, hash-verified

400}
401
402void* MCore::Object::Unbox(MObject* obj)
403{
404 static void* UnboxValuePtr = GetStaticMethodPointer(TEXT("UnboxValue"));
405 return CallStaticMethod<void*, void*>(UnboxValuePtr, obj);
406}
407
408MObject* MCore::Object::New(const MClass* klass)
409{

Callers

nothing calls this directly

Calls 1

GetStaticMethodPointerFunction · 0.85

Tested by

no test coverage detected