OneSDK
    Preparing search index...

    Interface ConfettiItemConfig

    interface ConfettiItemConfig {
        autoPick?: boolean;
        autoPickLimit?: number;
        contents?: string[];
        excludeAutoPick?: string[];
        images: string[];
        imageScale: number;
        imageSize?: number;
        particleCount: number;
        positionType?: PositionType;
        scalar: number;
        shapes: ConfettiItemShape[];
        spread: number;
        startVelocity: number;
        x: RangeValue;
        y: RangeValue;
    }
    Index

    Properties

    autoPick?: boolean
    autoPickLimit?: number
    contents?: string[]
    excludeAutoPick?: string[]
    images: string[]
    imageScale: number
    imageSize?: number
    particleCount: number
    positionType?: PositionType
    scalar: number
    spread: number
    startVelocity: number