Click or drag to resize
DigitalRuneAnimationControllerIsValid Property
Gets a value indicating whether this animation controller is valid.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public bool IsValid { get; }

Property Value

Type: Boolean
if this animation controller is valid; otherwise, .
Remarks

This property indicates whether the animation controller is still valid. means that associated animation instances have been recycled by the animation system and the controller can no longer be used.

See description of AnimationController for more info.

See Also