Click or drag to resize
DigitalRuneMorphWeightCollectionName Property
Gets or sets the name of the MorphWeightCollection.

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 MorphWeightCollection. The default value is the name of the Mesh or .

Implements

INamedObjectName
See Also