Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
682
int32 MCore::Type::GetSize(MType* type)
683
{
684
return GetOrCreateClass(type)->GetInstanceSize();
685
}
686
687
MTypes MCore::Type::GetType(MType* type)
688
{
Callers
nothing calls this directly
Calls
2
GetOrCreateClass
Function · 0.85
GetInstanceSize
Method · 0.45
Tested by
no test coverage detected