Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • BaseColorDto

Index

Constructors

Properties

Constructors

constructor

  • new BaseColorDto(material?: PBRMetallicRoughnessMaterial, baseColor?: string): BaseColorDto
  • Parameters

    • Optional material: PBRMetallicRoughnessMaterial
    • Optional baseColor: string

    Returns BaseColorDto

Properties

Optional baseColor

baseColor: string

Base color of the material

default

#0000ff

material

material: PBRMetallicRoughnessMaterial

Material to update

default

undefined

Generated using TypeDoc