Click or drag to resize
DigitalRuneMorphWeightCollection Constructor (String)
Initializes a new instance of the MorphWeightCollection class for the specified morph targets.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public MorphWeightCollection(
	params string[] morphTargetNames
)

Parameters

morphTargetNames
Type: SystemString
The names of the morph targets.
Exceptions
ExceptionCondition
ArgumentException No parameters specified. Or the name of a morph target is null or empty.
See Also