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

Method Box

Source/Engine/Scripting/Runtime/Mono.cpp:730–733  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

728#endif
729
730MObject* MCore::Object::Box(void* value, const MClass* klass)
731{
732 return mono_value_box(mono_domain_get(), klass->GetNative(), value);
733}
734
735void* MCore::Object::Unbox(MObject* obj)
736{

Callers 1

ToManagedFunction · 0.45

Calls 1

GetNativeMethod · 0.80

Tested by

no test coverage detected