Click or drag to resize
DigitalRuneAnimationClipTGetState Method
Gets the state of the animation for the specified time on the timeline.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public AnimationState GetState(
	TimeSpan time
)

Parameters

time
Type: SystemTimeSpan
The time on the timeline.

Return Value

Type: AnimationState
The state of the animation.

Implements

ITimelineGetState(TimeSpan)
See Also