Editor API Reference - v1.1.4
    Preparing search index...

    Type Alias ModelAssetData

    Represents the data for a Model asset.

    type ModelAssetData = {
        mapping: { [key: string]: any }[];
    }
    Index

    Properties

    Properties

    mapping: { [key: string]: any }[]

    Defines the material mapping for each mesh instance.

    Type declaration

    • [key: string]: any

      The material mapping object for a mesh instance.