TilePlus Version 5
Unity3D Tilemap Extension
Loading...
Searching...
No Matches
TilePlus.TpLibMemAlloc Class Reference

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

Detailed Description

This class is used when reallocating data structure sizes in TpLib. See TpLib.Resize.

Constructor & Destructor Documentation

◆ TpLibMemAlloc() [1/2]

TilePlus.TpLibMemAlloc.TpLibMemAlloc ( )

Ctor.

◆ TpLibMemAlloc() [2/2]

TilePlus.TpLibMemAlloc.TpLibMemAlloc ( TpLibMemAlloc other)

clone instance

Parameters
otherobj to clone

Member Function Documentation

◆ ToString()

override string TilePlus.TpLibMemAlloc.ToString ( )

Member Data Documentation

◆ m_GuidDictSize

int TilePlus.TpLibMemAlloc.m_GuidDictSize = TpLib.GuidDictInitialSize

Size for Guid dictionary.

◆ m_PoolNewItemSizeForDicts

int TilePlus.TpLibMemAlloc.m_PoolNewItemSizeForDicts = TpLib.PoolNewItemSize_Dict_V3I_Tpb

size for pooled dictionaries (Vector3Int,TilePlusBase)

◆ m_PoolNewItemSizeForLists

int TilePlus.TpLibMemAlloc.m_PoolNewItemSizeForLists = TpLib.PoolNewItemSize_List_Tpb

size for pooled lists of TilePlusBase

◆ m_TilemapAndTagDictsSize

int TilePlus.TpLibMemAlloc.m_TilemapAndTagDictsSize = TpLib.TilemapAndTagDictsInitSize

Size for Tilemap and Tag dictionaries.

◆ m_TypesSize

int TilePlus.TpLibMemAlloc.m_TypesSize = TpLib.TypesInitSize

size for Types and Interfaces dictionaries


The documentation for this class was generated from the following file:
  • /Users/jms/Documents/Tpt_55/TPT55/Assets/Plugins/TilePlus/Runtime/StaticLib/ClassesEnums/TpLibMemAlloc.cs