Circle Collider 2D

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.

MaterialA physics material that determines properties of collisions, such as friction and bounce.
Is TriggerDoes the collider behave as a trigger?
RadiusRadius of the circle in local space units.
CenterCentre coordinate of the circle in local space.

Page last updated: 2013-08-15