| AnimationManagerIsAnimated 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 public bool IsAnimated(
IAnimatableObject animatableObject
)
Public Function IsAnimated (
animatableObject As IAnimatableObject
) As Boolean
public:
virtual bool IsAnimated(
IAnimatableObject^ animatableObject
) sealed
abstract IsAnimated :
animatableObject : IAnimatableObject -> bool
override IsAnimated :
animatableObject : IAnimatableObject -> bool
Parameters
- animatableObject
- Type: DigitalRune.AnimationIAnimatableObject
The object.
Return Value
Type:
Boolean if
animatableObject is animated; otherwise,
.
Implements
IAnimationServiceIsAnimated(IAnimatableObject)Exceptions See Also