AC
AnkiCollab
AnkiCollab
Sign in
Explore Decks
Helpful
Join Discord
Download Add-on
Documentation
Support Us
Notes in
AStarGrid2D
To Subscribe, use this Key
ohio-washington-item-oxygen-network-india
Status
Last Update
Fields
Published
06/07/2024
Description AStarGrid2D is a variant of AStar2D that is specialized for partial 2D grids. It is simpler to use because it doesn't requir…
Published
06/07/2024
Properties CellShape cell_shape 0 Vector2 cell_size Vector2(1, 1) Heuristic default…
Published
06/07/2024
Enumerations enum Heuristic : Heuristic HEURISTIC_EUCLIDEAN = 0 The Euclidean heuristic to be used for the pa…
Published
06/07/2024
Property Descriptions CellShape cell_shape = 0 void set_cell_shape (value: CellShape ) CellShape get_cell_s…
Published
06/07/2024
Method Descriptions float _compute_cost (from_id: Vector2i , to_id: Vector2i ) virtual const Called when computing the c…
Status
Last Update
Fields