Skip to content

Documentation / scene / AssetUnlitMaterial

Interface: AssetUnlitMaterial

Defined in: libs/scene/src/asset/model.ts:213

Unlit related material properties for model loading

Extends

Extended by

Properties

name?

optional name?: string

Defined in: libs/scene/src/asset/model.ts:202

Inherited from

AssetMaterial.name


type

type: string

Defined in: libs/scene/src/asset/model.ts:203

Inherited from

AssetMaterial.type


common

common: AssetMaterialCommon

Defined in: libs/scene/src/asset/model.ts:204

Inherited from

AssetMaterial.common


path?

optional path?: string

Defined in: libs/scene/src/asset/model.ts:205

Inherited from

AssetMaterial.path


material?

optional material?: DRef<MeshMaterial>

Defined in: libs/scene/src/asset/model.ts:206

Inherited from

AssetMaterial.material


diffuseMap?

optional diffuseMap?: AssetTextureInfo

Defined in: libs/scene/src/asset/model.ts:214


diffuse?

optional diffuse?: Vector4

Defined in: libs/scene/src/asset/model.ts:215

Released under the MIT License.