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

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public MorphWeightCollection(
	Mesh mesh
)

Parameters

mesh
Type: DigitalRune.GraphicsMesh
The mesh.
Exceptions
ExceptionCondition
ArgumentNullExceptionmesh is .
ArgumentExceptionmesh does not include any morph targets.
See Also