Click or drag to resize
DigitalRuneBlendGroup Methods

The BlendGroup type exposes the following members.

Methods
  NameDescription
Public methodAdd(ITimeline)
Adds a timeline with a blend weight of 1 to the BlendGroup.
Public methodAdd(ITimeline, Single)
Adds a timeline with the specified blend weight to the BlendGroup.
Public methodClear
Removes all timelines from the BlendGroup.
Public methodContains
Determines whether the BlendGroup contains a specific timeline.
Public methodCreateInstance
Creates an animation instance that can be used to play back the animation. (For internal use only.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAnimationTime
Gets the animation time for the specified time on the timeline.
Public methodGetEnumerator
Returns an enumerator that iterates through the BlendGroup.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetState
Gets the state of the animation for the specified time on the timeline.
Public methodGetTotalDuration
Gets the total length of the timeline.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetWeight(Int32)
Gets the blend weight of the timeline with the specified index.
Public methodGetWeight(ITimeline)
Gets the blend weight of the specified timeline.
Public methodGetWeightAsAnimatable(Int32)
Public methodGetWeightAsAnimatable(ITimeline)
Public methodIndexOf
Determines the index of a specific timeline in the BlendGroup.
Public methodInsert
Inserts a timeline into the BlendGroup at the specified index.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes the first occurrence of a specific timeline from the BlendGroup.
Public methodRemoveAt
Removes the timeline at the specified index from the BlendGroup.
Public methodSetWeight(Int32, Single)
Sets the blend weight of the timeline at the specified index.
Public methodSetWeight(ITimeline, Single)
Sets the blend weight of the specified timeline.
Public methodSynchronizeDurations
Synchronizes the durations of the animations in the blend group.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodAddRangeITimeline (Defined by CollectionHelper.)
Public Extension MethodDoITimeline(ActionITimeline)Overloaded.
Performs the given action on each element in a sequence when it is enumerated.
(Defined by LinqHelper.)
Public Extension MethodDoITimeline(ActionITimeline, Int32)Overloaded.
Performs the given action on each element (incorporating its index) in a sequence when it is enumerated.
(Defined by LinqHelper.)
Public Extension MethodForEachITimeline(ActionITimeline)Overloaded.
Immediately performs the given action on each element in a sequence.
(Defined by LinqHelper.)
Public Extension MethodForEachITimeline(ActionITimeline, Int32)Overloaded.
Immediately performs the given action on each element (incorporating its index) in a sequence.
(Defined by LinqHelper.)
Public Extension MethodIndexOfITimeline
Returns the index of the first element in a sequence that satisfies the specified condition.
(Defined by LinqHelper.)
Top
Explicit Interface Implementations
See Also