MaterialStyle


Declaration

[Serializable]
public struct MaterialStyle

Description

A material style, defined by color, metallic, and smoothness values.

Properties

presetThe preset enumeration value of the style.
colorThe color of the material style.
metallicThe metallic value of the material style.
smoothnessThe smoothness value of the material style.

Constructors

MaterialStyleCreates a new material style with the specified preset.