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

Function GetClass

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

Source from the content-addressed store, hash-verified

1729}
1730
1731MClass* GetClass(MType* typeHandle)
1732{
1733 ScopeLock lock(BinaryModule::Locker);
1734 MClass* klass = nullptr;
1735 CachedClassHandles.TryGet(typeHandle, klass);
1736 return nullptr;
1737}
1738
1739MClass* GetOrCreateClass(MType* typeHandle)
1740{

Callers 15

GetCustomAttributeFunction · 0.70
IsInstanceOfTypeMethod · 0.70
MExceptionMethod · 0.70
DownloadBufferMethod · 0.50
DownloadIndexBufferMethod · 0.50
DownloadBufferMethod · 0.50
DeleteInstanceMethod · 0.50
ProcessGroupToolsMethod · 0.50
ProcessGroupPackingMethod · 0.50
UICanvasMethod · 0.50
UIControlMethod · 0.50
TickPropertyTrackMethod · 0.50

Calls 1

TryGetMethod · 0.45

Tested by

no test coverage detected