Click or drag to resize
DigitalRuneIAnimatableObject Interface
Represents an object that can be animated.

Namespace: DigitalRune.Animation
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public interface IAnimatableObject : INamedObject

The IAnimatableObject type exposes the following members.

Methods
  NameDescription
Public methodGetAnimatablePropertyT
Gets the property with given name and type which can be animated.
Public methodGetAnimatedProperties
Gets either the properties which are currently animated, or all properties which can be animated. (See remarks.)
Top
Properties
  NameDescription
Public propertyName
Gets the name.
(Inherited from INamedObject.)
Top
Remarks
An IAnimatableObject is an object that can be animated. It has properties that can be controlled by animations.
See Also