Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#

BoxCollider2D.size

Switch to Manual
public Vector2 size;

Description

The width and height of the rectangle.

The X coordinate of the vector represents the width while the Y represents the height. These values are specified relative to a center point, so the distance from the center to the left edge is actually width/2.

See Also: center.

Did you find this page useful? Please give it a rating: