ISpecular |
public interface ISpecularMaterial
The ISpecularMaterial type exposes the following members.
Name | Description | |
---|---|---|
HasSpecularColor | Gets a boolean that specifies if this material is using specular effect. | |
SpecularColor | Gets or sets the Color3 that specifies the color used to draw the specular highlight effect. | |
SpecularPower | Gets or sets a float that specifies the power of the specular effect. Zero values means that the specular effect is turned off. |