Legacy Documentation: Version 5.2
LanguageEnglish
  • C#
  • JS

Script language

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

PolygonCollider2D.CreatePrimitive

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

Parameters

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

Description

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