# Star
Represents a star shape.

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

## Star interface

Represents a star shape.

**Signature:**

```typescript
interface Star extends ShapeMixin
```

**Extends:** [ShapeMixin](/en/creator-api/nodes/shape-mixin)

## Properties

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

      <th>
        Modifiers
      </th>

      <th>
        Type
      </th>

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

  <tbody>
    <tr>
      <td>
        [innerRadius](/en/creator-api/nodes/star/inner-radius)
      </td>

      <td>
        `readonly`
      </td>

      <td>
        [Animatable](/en/creator-api/nodes/animatable)\<number>
      </td>

      <td>
        Inner radius of the star
      </td>
    </tr>

    <tr>
      <td>
        [innerRoundness](/en/creator-api/nodes/star/inner-roundness)
      </td>

      <td>
        `readonly`
      </td>

      <td>
        [Animatable](/en/creator-api/nodes/animatable)\<number>
      </td>

      <td>
        Roundness of the inner points (0-100)
      </td>
    </tr>

    <tr>
      <td>
        [outerRadius](/en/creator-api/nodes/star/outer-radius)
      </td>

      <td>
        `readonly`
      </td>

      <td>
        [Animatable](/en/creator-api/nodes/animatable)\<number>
      </td>

      <td>
        Outer radius of the star
      </td>
    </tr>

    <tr>
      <td>
        [outerRoundness](/en/creator-api/nodes/star/outer-roundness)
      </td>

      <td>
        `readonly`
      </td>

      <td>
        [Animatable](/en/creator-api/nodes/animatable)\<number>
      </td>

      <td>
        Roundness of the outer points (0-100)
      </td>
    </tr>

    <tr>
      <td>
        [points](/en/creator-api/nodes/star/points)
      </td>

      <td>
        `readonly`
      </td>

      <td>
        [Animatable](/en/creator-api/nodes/animatable)\<number>
      </td>

      <td>
        Number of points of the star
      </td>
    </tr>

    <tr>
      <td>
        [position](/en/creator-api/nodes/star/position)
      </td>

      <td>
        `readonly`
      </td>

      <td>
        [Animatable](/en/creator-api/nodes/animatable)\<[Vector](/en/creator-api/values/vector)>
      </td>

      <td>
        Position of the star
      </td>
    </tr>

    <tr>
      <td>
        [rotation](/en/creator-api/nodes/star/rotation)
      </td>

      <td>
        `readonly`
      </td>

      <td>
        [Animatable](/en/creator-api/nodes/animatable)\<number>
      </td>

      <td>
        Rotation angle in degrees
      </td>
    </tr>

    <tr>
      <td>
        [type](/en/creator-api/nodes/star/type)
      </td>

      <td>
        `readonly`
      </td>

      <td>
        "STAR"
      </td>

      <td>
        Shape type
      </td>
    </tr>
  </tbody>
</table>
