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

interface IOrbit {
    animation: IAnimation;
    color?: string | IRangeColor;
    enable: boolean;
    opacity: RangeValue;
    radius?: RangeValue;
    rotation: IValueWithRandom;
    width: RangeValue;
}

Hierarchy (view full)

Implemented by

Properties

animation: IAnimation
color?: string | IRangeColor
enable: boolean

Enables/disables the animation

opacity: RangeValue
radius?: RangeValue
width: RangeValue