Skip to content

LineConfig

ts
type LineConfig = object;

Type defining the line spawn configuration.

Properties

length

ts
length: number;

Length of the line along which particles will spawn.


shape

ts
shape: "line";

Particles spawn along a line centered at the origin position.