Skip to content
Shapemetry

Types - Import

API reference for ./model/import on @huukhanhnguyen/types.

See the Guide for the package's role.

API reference

Signatures are generated from the live package .d.ts - not hand-written.

ImportedEntities

type

type ImportedEntities
// = {
    entities: unknown[];
    materials: Material[];
}

ImportedUsd

type

type ImportedUsd
// = {
    entities: unknown[];
    materials: Material[];
    warnings: string[];
}

ImportUsdOptions

type

type ImportUsdOptions
// = {
    /** Used only for error messages / extension sniffing. */
    fileName?: string;
}
Last updated: 📖 1 min readEdit on GitHub