Click or drag to resize
DigitalRuneMorphWeightCollectionItem Property
Gets or sets the weight of the specified morph target.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public float this[
	string name
] { get; set; }

Parameters

name
Type: SystemString
The name of the morph target.

Property Value

Type: Single
The weight of the morph target.
Exceptions
ExceptionCondition
ArgumentNullExceptionname is .
KeyNotFoundException No morph target with the given name was found.
See Also