MaterialStyle
Struct in Zigurous.Prototyping
Declaration
[Serializable]
public struct MaterialStyle
Description
A material style, defined by color, metallic, and smoothness values.
Properties
preset | The preset enumeration value of the style. |
color | The color of the material style. |
metallic | The metallic value of the material style. |
smoothness | The smoothness value of the material style. |
Constructors
MaterialStyle | Creates a new material style with the specified preset. |