@twinfinity/core
    Preparing search index...

    Interface VisibleMesh

    Represents a visible BabylonJS mesh.

    interface VisibleMesh {
        mesh: Mesh;
        type: Mesh;
    }
    Index

    Properties

    Properties

    mesh: Mesh

    The Mesh which is visible. (May contain ifc objects nor not)

    type: Mesh

    Discriminant union selector.