| IAnimationServiceIsAnimated Method (IAnimatableObject) |
Determines whether the specified object is controlled by one or more animations.
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax bool IsAnimated(
IAnimatableObject animatableObject
)
Function IsAnimated (
animatableObject As IAnimatableObject
) As Boolean
bool IsAnimated(
IAnimatableObject^ animatableObject
)
abstract IsAnimated :
animatableObject : IAnimatableObject -> bool
Parameters
- animatableObject
- Type: DigitalRune.AnimationIAnimatableObject
The object.
Return Value
Type:
Boolean if
animatableObject is animated; otherwise,
.
Exceptions See Also