AStarPathBuilder

Inheritors

Properties

Link copied to clipboard
abstract val allowDiagonal: Boolean
Link copied to clipboard
open val Vec3i.isPassable: Boolean
Link copied to clipboard
open val maxIterations: Int
Link copied to clipboard
open val stopRange: Double

Functions

Link copied to clipboard
open fun findPath(start: Vec3i, end: Vec3i, maxCost: Int): List<Vec3i>