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

Method GetSize

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

Source from the content-addressed store, hash-verified

680}
681
682int32 MCore::Type::GetSize(MType* type)
683{
684 return GetOrCreateClass(type)->GetInstanceSize();
685}
686
687MTypes MCore::Type::GetType(MType* type)
688{

Callers

nothing calls this directly

Calls 2

GetOrCreateClassFunction · 0.85
GetInstanceSizeMethod · 0.45

Tested by

no test coverage detected