Click or drag to resize

DisplayMaterial Constructor

Overload List
  NameDescription
Public methodDisplayMaterial
Constructs a default material.
Public methodDisplayMaterial(Color)
Constructs a default material with a specific diffuse color.
Public methodDisplayMaterial(DisplayMaterial)
Duplicate another material.
Public methodDisplayMaterial(Material)
Initializes a new instance of the DisplayMaterial class
Public methodDisplayMaterial(Color, Double)
Constructs a default material with a specific diffuse color and transparency.
Public methodDisplayMaterial(Color, Color, Color, Color, Double, Double)
Constructs a material with custom properties.
Top
See Also