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

Method GetAttribute

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

Source from the content-addressed store, hash-verified

1549}
1550
1551MObject* MClass::GetAttribute(const MClass* klass) const
1552{
1553 MonoCustomAttrInfo* attrInfo = GET_CUSTOM_ATTR();
1554 return attrInfo ? mono_custom_attrs_get_attr(attrInfo, klass->GetNative()) : nullptr;
1555}
1556
1557const Array<MObject*, ArenaAllocation>& MClass::GetAttributes() const
1558{

Callers 1

SortPluginsFunction · 0.45

Calls 1

GetNativeMethod · 0.80

Tested by

no test coverage detected