![]() |
TilePlus Version 5
Unity3D Tilemap Extension
|
This class is used when reallocating data structure sizes in TpLib. See TpLib.Resize. More...
Public Member Functions | |
| TpLibMemAlloc () | |
| Ctor. | |
| TpLibMemAlloc (TpLibMemAlloc other) | |
| clone instance | |
| override string | ToString () |
Public Attributes | |
| int | m_TilemapAndTagDictsSize = TpLib.TilemapAndTagDictsInitSize |
| Size for Tilemap and Tag dictionaries. | |
| int | m_GuidDictSize = TpLib.GuidDictInitialSize |
| Size for Guid dictionary. | |
| int | m_TypesSize = TpLib.TypesInitSize |
| size for Types and Interfaces dictionaries | |
| int | m_PoolNewItemSizeForDicts = TpLib.PoolNewItemSize_Dict_V3I_Tpb |
| size for pooled dictionaries (Vector3Int,TilePlusBase) | |
| int | m_PoolNewItemSizeForLists = TpLib.PoolNewItemSize_List_Tpb |
| size for pooled lists of TilePlusBase | |
This class is used when reallocating data structure sizes in TpLib. See TpLib.Resize.
| TilePlus.TpLibMemAlloc.TpLibMemAlloc | ( | ) |
Ctor.
| TilePlus.TpLibMemAlloc.TpLibMemAlloc | ( | TpLibMemAlloc | other | ) |
clone instance
| other | obj to clone |
| override string TilePlus.TpLibMemAlloc.ToString | ( | ) |
| int TilePlus.TpLibMemAlloc.m_GuidDictSize = TpLib.GuidDictInitialSize |
Size for Guid dictionary.
| int TilePlus.TpLibMemAlloc.m_PoolNewItemSizeForDicts = TpLib.PoolNewItemSize_Dict_V3I_Tpb |
size for pooled dictionaries (Vector3Int,TilePlusBase)
| int TilePlus.TpLibMemAlloc.m_PoolNewItemSizeForLists = TpLib.PoolNewItemSize_List_Tpb |
size for pooled lists of TilePlusBase
| int TilePlus.TpLibMemAlloc.m_TilemapAndTagDictsSize = TpLib.TilemapAndTagDictsInitSize |
Size for Tilemap and Tag dictionaries.
| int TilePlus.TpLibMemAlloc.m_TypesSize = TpLib.TypesInitSize |
size for Types and Interfaces dictionaries