Skip to main content

Interface: MaterialXInspection

Results of every available rule, with explicit resource coverage.

Properties​

assets​

assets: MaterialXAsset[]

Root document first, then every dependency that was attempted.


issues​

issues: MaterialXValidationIssue[]


parseError?​

optional parseError?: string


resourcePaths​

resourcePaths: string[]

All attempted paths, including missing files, relative to the root document's directory.


resources​

resources: MaterialXResource[]

Successfully read loose resources; hosts may reuse their bytes for rendering.


resourcesChecked​

resourcesChecked: boolean


summary?​

optional summary?: MaterialXSummary


totalBytes​

totalBytes: number

Sum of every readable asset.