API
PathGridSystem
AddPathTiles
List<Vector3> _positions
Action _onCompleteCallback
Add new path tiles at positions on current path network
List<Vector3> _positions
int _pathNetworkIndex
int _pathPresetIndex
Action _onCompleteCallback
Add new path tiles at positions with selected network and path preset
RemovePathTiles
List<Vector3> _positions
Remove path tiles at positions on current path network
List<Vector3> _positions
int _pathNetworkIndex
Remove path tiles on selected path network
PathNetwork
GetExistingPathCell
Vector3: _position
Returns a struct of type PathCellData which contains all cell informations such as tile type, location, neighbourCount, yRotation, mapPosition, tileObject and pathPreset
Last updated