| AnimationControllerIsValid Property |
Gets a value indicating whether this animation controller is valid.
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public bool IsValid { get; }
Public ReadOnly Property IsValid As Boolean
Get
public:
property bool IsValid {
bool get ();
}
member IsValid : bool with 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