![]() | BlendGroup Methods |
The BlendGroup type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add(ITimeline) |
Adds a timeline with a blend weight of 1 to the BlendGroup.
|
![]() | Add(ITimeline, Single) |
Adds a timeline with the specified blend weight to the BlendGroup.
|
![]() | Clear |
Removes all timelines from the BlendGroup.
|
![]() | Contains |
Determines whether the BlendGroup contains a specific timeline.
|
![]() | CreateInstance |
Creates an animation instance that can be used to play back the animation.
(For internal use only.)
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetAnimationTime |
Gets the animation time for the specified time on the timeline.
|
![]() | GetEnumerator |
Returns an enumerator that iterates through the BlendGroup.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetState |
Gets the state of the animation for the specified time on the timeline.
|
![]() | GetTotalDuration |
Gets the total length of the timeline.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetWeight(Int32) |
Gets the blend weight of the timeline with the specified index.
|
![]() | GetWeight(ITimeline) |
Gets the blend weight of the specified timeline.
|
![]() | GetWeightAsAnimatable(Int32) |
Gets the blend weight of the timeline with the specified index as an
IAnimatablePropertyT.
|
![]() | GetWeightAsAnimatable(ITimeline) |
Gets the blend weight of the specified timeline as an IAnimatablePropertyT.
|
![]() | IndexOf |
Determines the index of a specific timeline in the BlendGroup.
|
![]() | Insert |
Inserts a timeline into the BlendGroup at the specified index.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Remove |
Removes the first occurrence of a specific timeline from the BlendGroup.
|
![]() | RemoveAt |
Removes the timeline at the specified index from the BlendGroup.
|
![]() | SetWeight(Int32, Single) |
Sets the blend weight of the timeline at the specified index.
|
![]() | SetWeight(ITimeline, Single) |
Sets the blend weight of the specified timeline.
|
![]() | SynchronizeDurations |
Synchronizes the durations of the animations in the blend group.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | AddRangeITimeline |
Adds the specified items to the ICollectionT.
(Defined by CollectionHelper.) |
![]() | DoITimeline(ActionITimeline) | Overloaded.
Performs the given action on each element in a sequence when it is enumerated.
(Defined by LinqHelper.) |
![]() | DoITimeline(ActionITimeline, Int32) | Overloaded.
Performs the given action on each element (incorporating its index) in a sequence when it is
enumerated.
(Defined by LinqHelper.) |
![]() | ForEachITimeline(ActionITimeline) | Overloaded.
Immediately performs the given action on each element in a sequence.
(Defined by LinqHelper.) |
![]() | ForEachITimeline(ActionITimeline, Int32) | Overloaded.
Immediately performs the given action on each element (incorporating its index) in a
sequence.
(Defined by LinqHelper.) |
![]() | IndexOfITimeline |
Returns the index of the first element in a sequence that satisfies the specified condition.
(Defined by LinqHelper.) |
Name | Description | |
---|---|---|
![]() ![]() | ICollectionITimelineCopyTo | |
![]() ![]() | IEnumerableITimelineGetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() ![]() | IEnumerableGetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() ![]() | IAnimatableObjectGetAnimatablePropertyT |
Gets the property with given name and type which can be animated.
|
![]() ![]() | IAnimatableObjectGetAnimatedProperties |
Gets the properties which are currently being animated.
|