Astra Unity 2.6.6
Astra Unity Plugin
Astra.Utils.Diagnostics Class Reference

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...
 

Detailed Description

Contains misc debugging and diagnostics for Astra useful when analyzing problems

Member Function Documentation

◆ PrintTypeSizes()

static void Astra.Utils.Diagnostics.PrintTypeSizes ( )
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)


The documentation for this class was generated from the following file: