Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

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

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

GameObject.collider2D

Switch to Manual
public var collider2D: Component;

Description

The Collider2D component attached to this object.

This returns null if no Collider2D is attached.

See Also: Collider2D class.