PathShape

data class PathShape(val shapePath: Path) : ParticleShape(source)

A custom vector shape.

Constructors

Link copied to clipboard
constructor(shapePath: Path)

Properties

Link copied to clipboard

the Path to fill with the particle's color.