Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetSize
Method
GetSize
Source/Engine/Scripting/Runtime/Mono.cpp:985–989 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
983
}
984
985
int32 MCore::Type::GetSize(MType* type)
986
{
987
int32 valueAlignment;
988
return mono_type_stack_size(type, &valueAlignment);
989
}
990
991
MTypes MCore::Type::GetType(MType* type)
992
{
Callers
9
saveState
Method · 0.45
loadState
Method · 0.45
generateCharts
Method · 0.45
Deserialize
Method · 0.45
GetLength
Method · 0.45
Write
Method · 0.45
WriteJson
Method · 0.45
SaveToBytes
Method · 0.45
GetLength
Method · 0.45
Calls
no outgoing calls
Tested by
1
GetLength
Method · 0.36