Click or drag to resize

MeshMaterial Constructor (Color)

Initializes a new instance of the MeshMaterial class

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public MeshMaterial(
	Color color
)

Parameters

color
Type: System.DrawingColor

[Missing <param name="color"/> documentation for "M:Demo3D.Visuals.MeshMaterial.#ctor(System.Drawing.Color)"]

See Also