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

interface ITilt {
    animation: ITiltAnimation;
    direction:
        | "clockwise"
        | "counter-clockwise"
        | "random"
        | TiltDirection
        | "counterClockwise";
    enable: boolean;
    value: RangeValue;
}

Hierarchy (view full)

Implemented by

Properties

animation: ITiltAnimation
direction:
    | "clockwise"
    | "counter-clockwise"
    | "random"
    | TiltDirection
    | "counterClockwise"
enable: boolean
value: RangeValue