API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceRibbonParticlesOptions
@codexo/exojs-particles / particles / stable
Construction options for RibbonParticles.
1
props
0
methods
0
events
Import
import { RibbonParticlesOptions } from '@codexo/exojs-particles'Construction options for RibbonParticles.
Properties1
width?: numberWidth of the strip in system-local units, before per-particle scaling. The half-width actually emitted is width * scaleX[i] / 2.
Source