Click or drag to resize
DigitalRuneMaterialName Property
Gets the name of the material.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public string Name { get; set; }

Property Value

Type: String
The name of the material. The default value is .

Implements

INamedObjectName
See Also