Taos API Reference
    Preparing search index...

    Interface RenderTile

    One tile to draw this frame: its loaded content and the cross-fade alpha to render it with (1 = fully opaque; < 1 = screen-door dithered over the coarser tile below).

    interface RenderTile {
        content: TileContent;
        fade: number;
    }
    Index

    Properties

    Properties

    content: TileContent
    fade: number