Click or drag to resize
DigitalRuneMorphWeightCollectionContains Method
Determines whether the MorphWeightCollection contains a morph target with the specified name.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public bool Contains(
	string name
)

Parameters

name
Type: SystemString
The name of the morph target.

Return Value

Type: Boolean
if this instance contains a morph target with the given name; otherwise, .
See Also