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

Stores the positions and TPT tile GUIDs for a Bundle. More...

Public Member Functions

 BundleGuidMap (Dictionary< Vector3Int, string >? posToGuidMap, string assetGuid, string assetName)
 Ctor - Deconstructs the input dictionary.

Public Attributes

string[] m_TileGuids
 Array of TPT tile GUIDs.
Vector3Int[] m_Positions
 Array of TPT tile positions.
string m_AssetGuid
 The asset GUID for the bundle.
string m_AssetName
 The name of the originating asset.

Properties

Dictionary< Vector3Int, string > PosToTileGuidMap [get]
 Reconstitute the Position->TileGuid map.

Detailed Description

Stores the positions and TPT tile GUIDs for a Bundle.

Constructor & Destructor Documentation

◆ BundleGuidMap()

TilePlus.BundleGuidMap.BundleGuidMap ( Dictionary< Vector3Int, string >? posToGuidMap,
string assetGuid,
string assetName )

Ctor - Deconstructs the input dictionary.

Parameters
posToGuidMapA map V3Int to string where V3Ints are the positions of all TPT tiles in the Bundle and the GUIDs are the TPT tile GUIDs
assetGuidBundle Asset GUID
assetNameBundle asset name

Member Data Documentation

◆ m_AssetGuid

string TilePlus.BundleGuidMap.m_AssetGuid

The asset GUID for the bundle.

◆ m_AssetName

string TilePlus.BundleGuidMap.m_AssetName

The name of the originating asset.

◆ m_Positions

Vector3Int [] TilePlus.BundleGuidMap.m_Positions

Array of TPT tile positions.

◆ m_TileGuids

string [] TilePlus.BundleGuidMap.m_TileGuids

Array of TPT tile GUIDs.

Property Documentation

◆ PosToTileGuidMap

Dictionary<Vector3Int, string> TilePlus.BundleGuidMap.PosToTileGuidMap
get

Reconstitute the Position->TileGuid map.

The position to tile unique identifier map.


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