[[include:Options/Particles/Shape.md]]

interface IShape {
    close: boolean;
    fill: boolean;
    options: ShapeData;
    type: SingleOrMultiple<string>;
}

Implemented by

Properties

Properties

close: boolean

Set this property to false for creating an open shape

fill: boolean

Set this property to false for creating an empty shape

options: ShapeData

Shape options

type: SingleOrMultiple<string>

Shape type