| AnimationTransitionsCompose Method |
Combines the new animation. with existing animations by appending the new animation to the
end of the composition chains.
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public static AnimationTransition Compose()
Public Shared Function Compose As AnimationTransition
public:
static AnimationTransition^ Compose()
static member Compose : unit -> AnimationTransition
Return Value
Type:
AnimationTransitionThe
AnimationTransition.
See Also