Click or drag to resize
DigitalRuneMorphWeightCollectionTryGetValue Method
Gets the weight for 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 bool TryGetValue(
	string name,
	out float weight
)

Parameters

name
Type: SystemString
The name of the morph target.
weight
Type: SystemSingle
The weight of the morph target.

Return Value

Type: Boolean
if the MorphWeightCollection contains the specified morph target; otherwise, .
See Also