| AnimationControllerState Property |
Gets the current state of the animation.
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public AnimationState State { get; }
Public ReadOnly Property State As AnimationState
Get
public:
property AnimationState State {
AnimationState get ();
}
member State : AnimationState with get
Property Value
Type:
AnimationState
The current state of the animation. (The property returns
Stopped if the animation instance has already been recycled and
the animation controller is no longer valid.)
See Also