enum
Godot::TileSet::CellNeighbor
Defined in:
libgodot/generated/classes/classes_part5.crEnum Members
-
CellNeighborRightSide =
0_i64 -
CellNeighborRightCorner =
1_i64 -
CellNeighborBottomRightSide =
2_i64 -
CellNeighborBottomRightCorner =
3_i64 -
CellNeighborBottomSide =
4_i64 -
CellNeighborBottomCorner =
5_i64 -
CellNeighborBottomLeftSide =
6_i64 -
CellNeighborBottomLeftCorner =
7_i64 -
CellNeighborLeftSide =
8_i64 -
CellNeighborLeftCorner =
9_i64 -
CellNeighborTopLeftSide =
10_i64 -
CellNeighborTopLeftCorner =
11_i64 -
CellNeighborTopSide =
12_i64 -
CellNeighborTopCorner =
13_i64 -
CellNeighborTopRightSide =
14_i64 -
CellNeighborTopRightCorner =
15_i64
Instance Method Summary
-
#cell_neighbor_bottom_corner?
Returns
trueif this enum value equalsCellNeighborBottomCorner -
#cell_neighbor_bottom_left_corner?
Returns
trueif this enum value equalsCellNeighborBottomLeftCorner -
#cell_neighbor_bottom_left_side?
Returns
trueif this enum value equalsCellNeighborBottomLeftSide -
#cell_neighbor_bottom_right_corner?
Returns
trueif this enum value equalsCellNeighborBottomRightCorner -
#cell_neighbor_bottom_right_side?
Returns
trueif this enum value equalsCellNeighborBottomRightSide -
#cell_neighbor_bottom_side?
Returns
trueif this enum value equalsCellNeighborBottomSide -
#cell_neighbor_left_corner?
Returns
trueif this enum value equalsCellNeighborLeftCorner -
#cell_neighbor_left_side?
Returns
trueif this enum value equalsCellNeighborLeftSide -
#cell_neighbor_right_corner?
Returns
trueif this enum value equalsCellNeighborRightCorner -
#cell_neighbor_right_side?
Returns
trueif this enum value equalsCellNeighborRightSide -
#cell_neighbor_top_corner?
Returns
trueif this enum value equalsCellNeighborTopCorner -
#cell_neighbor_top_left_corner?
Returns
trueif this enum value equalsCellNeighborTopLeftCorner -
#cell_neighbor_top_left_side?
Returns
trueif this enum value equalsCellNeighborTopLeftSide -
#cell_neighbor_top_right_corner?
Returns
trueif this enum value equalsCellNeighborTopRightCorner -
#cell_neighbor_top_right_side?
Returns
trueif this enum value equalsCellNeighborTopRightSide -
#cell_neighbor_top_side?
Returns
trueif this enum value equalsCellNeighborTopSide
Instance Method Detail
Returns true if this enum value equals CellNeighborBottomLeftCorner
Returns true if this enum value equals CellNeighborBottomLeftSide
Returns true if this enum value equals CellNeighborBottomRightCorner
Returns true if this enum value equals CellNeighborBottomRightSide
Returns true if this enum value equals CellNeighborTopLeftCorner
Returns true if this enum value equals CellNeighborTopRightCorner