Blockbench Reference Docs
    Preparing search index...

    Interface MeshFaceOptions

    interface MeshFaceOptions {
        texture?: string | false | Texture;
        uv?: { [vkey: string]: ArrayVector2 };
        vertices?: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    texture?: string | false | Texture
    uv?: { [vkey: string]: ArrayVector2 }
    vertices?: string[]