Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TileColliderType

An enum that describes the different collider types for tiles.

Index

Enumeration members

Enumeration members

Grid

Grid: = 2

Grid collider. Uses the grid layout boundary outline as the collider shape for the tile.

None

None: = 0

No collider.

Sprite

Sprite: = 1

Sprite collider. Uses the sprite outline as the collider shape for the tile.

Generated using TypeDoc