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

Method GetClass

Source/Engine/Scripting/BinaryModule.cpp:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70#if USE_CSHARP
71
72MClass* ScriptingTypeHandle::GetClass() const
73{
74 ASSERT_LOW_LAYER(Module && Module->Types[TypeIndex].ManagedClass);
75 return Module->Types[TypeIndex].ManagedClass;
76}
77
78#endif
79

Callers 15

GetResourcesInternalMethod · 0.45
ToNativeMethod · 0.45
GetAssetsInternalMethod · 0.45
ProcessGroupToolsMethod · 0.45
ProcessGroupToolsMethod · 0.45
LoadMethod · 0.45
FindClassMethod · 0.45
TryFindObjectMethod · 0.45
RegisterObjectMethod · 0.45
CastFunction · 0.45
OnLoadedMethod · 0.45
CacheMethodsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected