Click or drag to resize
Ab4d.SharpEngine logo

ISpecularMaterial Interface

ISpecularMaterial interface defines properties that define specular properties of the material.

Namespace: Ab4d.SharpEngine.Materials
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 1.0.8740+deb2991acfe86a95cca780cd4f82bcae2805c1a5
Syntax
C#
public interface ISpecularMaterial

The ISpecularMaterial type exposes the following members.

Properties
 NameDescription
Public propertyHasSpecularColor Gets a boolean that specifies if this material is using specular effect.
Public propertySpecularColor Gets or sets the Color3 that specifies the color used to draw the specular highlight effect.
Public propertySpecularPower Gets or sets a float that specifies the power of the specular effect. Zero values means that the specular effect is turned off.
Top
See Also