Stores the positions and TPT tile GUIDs for a Bundle.
More...
|
| | BundleGuidMap (Dictionary< Vector3Int, string >? posToGuidMap, string assetGuid, string assetName) |
| | Ctor - Deconstructs the input dictionary.
|
|
| Dictionary< Vector3Int, string > | PosToTileGuidMap [get] |
| | Reconstitute the Position->TileGuid map.
|
Stores the positions and TPT tile GUIDs for a Bundle.
◆ BundleGuidMap()
| TilePlus.BundleGuidMap.BundleGuidMap |
( |
Dictionary< Vector3Int, string >? | posToGuidMap, |
|
|
string | assetGuid, |
|
|
string | assetName ) |
Ctor - Deconstructs the input dictionary.
- Parameters
-
| posToGuidMap | A map V3Int to string where V3Ints are the positions of all TPT tiles in the Bundle and the GUIDs are the TPT tile GUIDs |
| assetGuid | Bundle Asset GUID |
| assetName | Bundle asset name |
◆ 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 |
◆ 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: