Taos API Reference
    Preparing search index...

    Interface ProjectorAtlasLike

    Minimal view of a ProjectorAtlas an AtlasSlot needs — a source-side interface so this module doesn't depend on the atlas class.

    interface ProjectorAtlasLike {
        layerView(layer: number): GPUTextureView;
    }

    Implemented by

    Index

    Methods

    Methods