Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetClass
Method
GetClass
Source/Engine/Scripting/Runtime/Mono.cpp:751–755 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
749
}
750
751
MClass* MCore::Object::GetClass(MObject* obj)
752
{
753
MonoClass* mclass = mono_object_get_class(obj);
754
return FindClass(mclass);
755
}
756
757
MString* MCore::Object::ToString(MObject* obj)
758
{
Callers
10
FindClass
Function · 0.45
SortPlugins
Function · 0.45
OnAssemblyLoaded
Method · 0.45
OnAssemblyUnloading
Method · 0.45
InitializePlugins
Method · 0.45
DeinitializePlugins
Method · 0.45
GetPlugin
Method · 0.45
InitializeGamePlugins
Method · 0.45
DeinitializeGamePlugins
Method · 0.45
ToManaged
Method · 0.45
Calls
7
FindClass
Function · 0.85
GetNative
Method · 0.80
IsLoaded
Function · 0.50
String
Function · 0.50
ToString
Function · 0.50
Begin
Method · 0.45
IsNotEnd
Method · 0.45
Tested by
no test coverage detected