Legacy Documentation: Version 5.4
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Removed in version 5.4.1p3
Property collider2D has been deprecated. Use GetComponent<Collider2D>() instead. (UnityUpgradable)

Component.collider2D

public Component collider2D;

Description

The Collider2D component attached to the object.

This returns null if no Collider2D is attached.

See Also: Collider2D class.