Click or drag to resize
DigitalRuneBlendGroupIndexOf Method
Determines the index of a specific timeline in the BlendGroup.

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

Parameters

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

Return Value

Type: Int32
The index of timeline if found in the BlendGroup; otherwise, -1.

Implements

IListTIndexOf(T)
See Also