Click or drag to resize
MaterialOverridesSpecularColor Property
Override specular color for this specific entity. Note: will affect all parts of the model.

Namespace:  GeonBit.Core.Graphics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Nullable<Color> SpecularColor { get; set; }

Property Value

Type: NullableColor
See Also