dacha
    Preparing search index...

    Interface MeshConfig

    interface MeshConfig {
        blending?: BlendingMode;
        color?: string;
        disabled?: boolean;
        flipX?: boolean;
        flipY?: boolean;
        height?: number;
        material?: MaterialConfig;
        opacity?: number;
        slice?: number;
        sortingLayer?: string;
        sortOffset?: Point;
        src?: string;
        width?: number;
    }
    Index
    blending?: BlendingMode
    color?: string
    disabled?: boolean
    flipX?: boolean
    flipY?: boolean
    height?: number
    material?: MaterialConfig
    opacity?: number
    slice?: number
    sortingLayer?: string
    sortOffset?: Point
    src?: string
    width?: number