Taos API Reference
    Preparing search index...

    Interface TileStyleJson

    The JSON form of a 3D Tiles style.

    interface TileStyleJson {
        defines?: Record<string, string>;
        show?: StyleValueJson;
        color?: StyleValueJson;
    }
    Index

    Properties

    Properties

    defines?: Record<string, string>
    show?: StyleValueJson
    color?: StyleValueJson