Version: 2021.3
LanguageEnglish
  • C#

ColliderType

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Enum for determining what collider shape is generated for this Tile by the TilemapCollider2D.

Properties

NoneNo collider shape is generated for the Tile by the TilemapCollider2D.
SpriteThe Sprite outline is used as the collider shape for the Tile by the TilemapCollider2D.
GridThe grid layout boundary outline is used as the collider shape for the Tile by the TilemapCollider2D.