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

PolygonCollider2D.CreatePrimitive

Switch to Manual
public void CreatePrimitive(int sides, Vector2 scale = Vector2.one, Vector2 offset = Vector2.zero);

Parameters

sidesThe number of sides in the polygon. This must be greater than two.
scaleThe X/Y scale of the polygon. These must be greater than zero.
offsetThe X/Y offset of the polygon.

Description

Creates as regular primitive polygon with the specified number of sides.

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