Skip to content

Documentation / scene / AssetUnlitMaterial

Interface: AssetUnlitMaterial

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

Unlit related material properties for model loading

Extends

Extended by

Properties

name?

optional name?: string

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

Inherited from

AssetMaterial.name


type

type: string

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

Inherited from

AssetMaterial.type


common

common: AssetMaterialCommon

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

Inherited from

AssetMaterial.common


path?

optional path?: string

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

Inherited from

AssetMaterial.path


material?

optional material?: DRef<MeshMaterial>

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

Inherited from

AssetMaterial.material


diffuseMap?

optional diffuseMap?: AssetTextureInfo

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


diffuse?

optional diffuse?: Vector4

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

Released under the MIT License.