# PolygonOptions
Options for creating a polygon shape.

{/* Do not edit this file. It is automatically generated by API Documenter. */}

## PolygonOptions interface

Options for creating a polygon shape.

**Signature:**

```typescript
interface PolygonOptions
```

## Properties

<table>
  <thead>
    <tr>
      <th>
        Property
      </th>

      <th>
        Modifiers
      </th>

      <th>
        Type
      </th>

      <th>
        Description
      </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        [outerRadius?](/en/creator-api/types/polygon-options/outer-radius)
      </td>

      <td />

      <td>
        number
      </td>

      <td>
        _(Optional)_ Initial outer radius
      </td>
    </tr>

    <tr>
      <td>
        [outerRoundness?](/en/creator-api/types/polygon-options/outer-roundness)
      </td>

      <td />

      <td>
        number
      </td>

      <td>
        _(Optional)_ Initial roundness of outer points (0-100)
      </td>
    </tr>

    <tr>
      <td>
        [points?](/en/creator-api/types/polygon-options/points)
      </td>

      <td />

      <td>
        number
      </td>

      <td>
        _(Optional)_ Number of points/sides of the polygon
      </td>
    </tr>

    <tr>
      <td>
        [position?](/en/creator-api/types/polygon-options/position)
      </td>

      <td />

      <td>
        [Vector](/en/creator-api/values/vector)
      </td>

      <td>
        _(Optional)_ Initial position of the polygon
      </td>
    </tr>

    <tr>
      <td>
        [rotation?](/en/creator-api/types/polygon-options/rotation)
      </td>

      <td />

      <td>
        number
      </td>

      <td>
        _(Optional)_ Initial rotation angle in degrees
      </td>
    </tr>
  </tbody>
</table>
