MCPcopy 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
985int32 MCore::Type::GetSize(MType* type)
986{
987 int32 valueAlignment;
988 return mono_type_stack_size(type, &valueAlignment);
989}
990
991MTypes MCore::Type::GetType(MType* type)
992{

Callers 9

saveStateMethod · 0.45
loadStateMethod · 0.45
generateChartsMethod · 0.45
DeserializeMethod · 0.45
GetLengthMethod · 0.45
WriteMethod · 0.45
WriteJsonMethod · 0.45
SaveToBytesMethod · 0.45
GetLengthMethod · 0.45

Calls

no outgoing calls

Tested by 1

GetLengthMethod · 0.36