Legacy Documentation: Version 4.6
Language: English
Rigidbody 2D
Box Collider 2D

Circle Collider 2D

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

Sumbission failed

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

Close

Cancel

Switch to Scripting

The Circle Collider 2D class is a collider for use with 2D physics. As its name implies, the collider’s shape is a circle with a given position and radius in the local coordinate space of a Sprite.

Property: Function:
Material A physics material that determines properties of collisions, such as friction and bounce.
Is Trigger Does the collider behave as a trigger?
Radius Radius of the circle in local space units.
Center Centre coordinate of the circle in local space.
Rigidbody 2D
Box Collider 2D