OneSDK
    Preparing search index...

    Interface DropperItemConfig

    interface DropperItemConfig {
        lifeTime: number;
        magnification: number;
        positionType?: PositionType;
        texture: DropperTextureConfig;
        x: RangeValue;
        y: RangeValue;
    }
    Index

    Properties

    lifeTime: number
    magnification: number
    positionType?: PositionType