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

Method IsSubClassOf

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

Source from the content-addressed store, hash-verified

1311}
1312
1313bool MClass::IsSubClassOf(const MClass* klass, bool checkInterfaces) const
1314{
1315 return klass && mono_class_is_subclass_of(_monoClass, klass->GetNative(), checkInterfaces) != 0;
1316}
1317
1318bool MClass::HasInterface(const MClass* klass) const
1319{

Callers 12

CanCastMethod · 0.45
FindObjectMethod · 0.45
OnLoadedMethod · 0.45
InvokeMethodMethod · 0.45
GetFieldValueMethod · 0.45
SetFieldValueMethod · 0.45
UnboxVariantTypeMethod · 0.45
UnboxVariantMethod · 0.45
OnAssemblyLoadedMethod · 0.45
GetPluginMethod · 0.45

Calls 1

GetNativeMethod · 0.80

Tested by

no test coverage detected