Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
730
MObject* MCore::Object::Box(void* value, const MClass* klass)
731
{
732
return mono_value_box(mono_domain_get(), klass->GetNative(), value);
733
}
734
735
void* MCore::Object::Unbox(MObject* obj)
736
{
Callers
1
ToManaged
Function · 0.45
Calls
1
GetNative
Method · 0.80
Tested by
no test coverage detected