@moxijs/core - v0.3.4
    Preparing search index...

    Interface TilingParallaxLayerOptions

    interface TilingParallaxLayerOptions {
        height?: number;
        mirroring?: boolean;
        repeatSize?: Point;
        scrollOffset?: Point;
        scrollScale?: Point;
        texture: Texture;
        width?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    height?: number
    mirroring?: boolean
    repeatSize?: Point
    scrollOffset?: Point
    scrollScale?: Point
    texture: Texture
    width?: number