Enum AStarGrid2D.CellShapeEnum
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum AStarGrid2D.CellShapeEnum : long
Fields
IsometricDown = 2Diamond cell shape (for isometric look). Cell coordinates layout where the horizontal axis goes down-right, and the vertical one goes down-left.
IsometricRight = 1Diamond cell shape (for isometric look). Cell coordinates layout where the horizontal axis goes up-right, and the vertical one goes down-right.
Max = 3Represents the size of the AStarGrid2D.CellShapeEnum enum.
Square = 0Rectangular cell shape.