A* Pathfinding Project  4.3.5
The A* Pathfinding Project for Unity 3D
GridGraph.GridIndexMapper Struct Reference

Public Member Functions

 GridIndexMapper (IntRect dataBounds, IntRect iterationBounds)
 

Public Attributes

int Count => iterationBounds.Width*iterationBounds.Height
 
Int2 dataSize
 
IntRect iterationBounds
 

Properties

int this[int index] [get]
 
- Properties inherited from GraphUpdateObject.INodeIndexMapper
int Count [get]
 
int this[int index] [get]
 

Constructor & Destructor Documentation

◆ GridIndexMapper()

GridIndexMapper ( IntRect  dataBounds,
IntRect  iterationBounds 
)

Member Data Documentation

◆ Count

int Count => iterationBounds.Width*iterationBounds.Height

◆ dataSize

Int2 dataSize

◆ iterationBounds

IntRect iterationBounds

Property Documentation

◆ this[int index]

int this[int index]
get

The documentation for this struct was generated from the following file: