Astra Unity 2.6.6
Astra Unity Plugin
|
Contains misc debugging and diagnostics for Astra useful when analyzing problems More...
Static Public Member Functions | |
static void | PrintTypeSizes () |
Outputs information about sizes of various types, useful when debugging 32 vs 64 bit systems More... | |
Contains misc debugging and diagnostics for Astra useful when analyzing problems
|
inlinestatic |
Outputs information about sizes of various types, useful when debugging 32 vs 64 bit systems
Known differences 64bit unmanaged c++ plugin vs 64bit managed c#
size_t: c++ 8, c# 4 (c# doesn't have a sizet, but size_of yields type "int" and in c# int == int32 char: c++ 1, c# 2 long: c++ 4, c# (no equivalent)