pixi.js
    Preparing search index...

    Interface CubeTextureOptionsAdvanced

    The options that can be passed to a new CubeTexture.

    interface CubeTextureOptions {
        label?: string;
        source: CubeTextureSource;
    }
    Index

    Properties

    Properties

    label?: string

    Optional label, for debugging.

    The underlying cube texture source.