Table of Contents

Enum AStarGrid2D.CellShapeEnum

Namespace
Godot
Assembly
GodotSharp.dll
public enum AStarGrid2D.CellShapeEnum : long

Fields

IsometricDown = 2

Diamond cell shape (for isometric look). Cell coordinates layout where the horizontal axis goes down-right, and the vertical one goes down-left.

IsometricRight = 1

Diamond cell shape (for isometric look). Cell coordinates layout where the horizontal axis goes up-right, and the vertical one goes down-right.

Max = 3

Represents the size of the AStarGrid2D.CellShapeEnum enum.

Square = 0

Rectangular cell shape.