Click or drag to resize
DigitalRuneAnimationManagerCreateController Method
Creates a new animation controller which can be used to apply the given animation on the specified objects or properties.
Overload List
  NameDescription
Public methodCreateController(ITimeline, IAnimatableObject)
Creates a new animation controller which can be used to apply the given animation to the specified object.
Public methodCreateController(ITimeline, IAnimatableProperty)
Creates a new animation controller which can be used to apply the given animation to the specified property.
Public methodCreateController(ITimeline, IEnumerableIAnimatableObject)
Creates a new animation controller which can be used to apply the given animation to the specified objects.
Top
See Also