Click or drag to resize
DigitalRuneAnimationInstanceT Properties

The AnimationInstanceT generic type exposes the following members.

Properties
  NameDescription
Public propertyAnimation
Gets the animation that is being played back.
Public propertyAutoRecycleEnabled
Gets or sets a value indicating whether this animation instance should be automatically recycled when it is stopped and removed from the animation system.
(Inherited from AnimationInstance.)
Public propertyChildren
Gets the children of this animation instance.
(Inherited from AnimationInstance.)
Public propertyIsPaused
Gets a value indicating whether this animation instance is paused.
(Inherited from AnimationInstance.)
Public propertyParent
Gets the parent of this animation instance.
(Inherited from AnimationInstance.)
Public propertyProperty
Gets the target property that is being animated.
Public propertySpeed
Gets or sets the rate at which time progresses.
(Inherited from AnimationInstance.)
Public propertyState
Gets the current state of the animation.
(Inherited from AnimationInstance.)
Public propertyTime
Gets or sets the current animation time.
(Inherited from AnimationInstance.)
Public propertyWeight
Gets or sets the animation weight.
(Inherited from AnimationInstance.)
Top
Explicit Interface Implementations
See Also