Click or drag to resize
Ab4d.SharpEngine logo

ISolidColorMaterial Interface

ISolidColorMaterial interface defines IsSolidColor property that specifies if this material is shaded by the lights in the scene or renders as a solid color.

Namespace: Ab4d.SharpEngine.Materials
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.0.9584+ba1aaa26d4181dd3fa8ed7b6398391d1affa36c8
Syntax
C#
public interface ISolidColorMaterial

The ISolidColorMaterial type exposes the following members.

Properties
 NameDescription
Public propertyIsSolidColor When false, then the material is rendered with shading produced by lights in the scene. When true, then the material is rendered as a solid color without any shading from lights.
Top
See Also