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

What's at one particular position. More...

Public Member Functions

 TilePosition (Vector3Int position, int transformIndex, int colorIndex, int flagsIndex)
 Initializes a new instance of the TilePosition class.

Public Attributes

Vector3Int m_Position
 The position.
int m_TransformIndex
 The transform index.
int m_ColorIndex
 the color index
int m_FlagsIndex
 the flags index

Detailed Description

What's at one particular position.

Constructor & Destructor Documentation

◆ TilePosition()

TilePlus.TpTileBundle.TilePosition.TilePosition ( Vector3Int position,
int transformIndex,
int colorIndex,
int flagsIndex )

Initializes a new instance of the TilePosition class.

Parameters
positionThe position.
transformIndexIndex of the transform.
colorIndexIndex of the color.
flagsIndexIndex of the flags.

Member Data Documentation

◆ m_ColorIndex

int TilePlus.TpTileBundle.TilePosition.m_ColorIndex

the color index

◆ m_FlagsIndex

int TilePlus.TpTileBundle.TilePosition.m_FlagsIndex

the flags index

◆ m_Position

Vector3Int TilePlus.TpTileBundle.TilePosition.m_Position

The position.

◆ m_TransformIndex

int TilePlus.TpTileBundle.TilePosition.m_TransformIndex

The transform index.


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