Click or drag to resize
DigitalRuneBlendGroupContains Method
Determines whether the BlendGroup contains a specific timeline.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public bool Contains(
	ITimeline timeline
)

Parameters

timeline
Type: DigitalRune.AnimationITimeline
The timeline to locate in the BlendGroup.

Return Value

Type: Boolean
if timeline is found in the BlendGroup; otherwise, .

Implements

ICollectionTContains(T)
See Also