Table of Contents

Interface AnimatorRegistry.IAnimatorFactory

Namespace
Lime
Assembly
Lime.dll
public interface AnimatorRegistry.IAnimatorFactory

Methods

CreateBezierAnimator()

Creates an animator with BezierKeyframeCollection<T>.

IAnimator CreateBezierAnimator()

Returns

IAnimator

The animator.

CreateBlendedAnimator()

IBlendedAnimator CreateBlendedAnimator()

Returns

IBlendedAnimator

CreateChainedAnimator()

IChainedAnimator CreateChainedAnimator()

Returns

IChainedAnimator

CreateSimpleAnimator()

Creates an animator with SimpleKeyframeCollection<T>.

IAnimator CreateSimpleAnimator()

Returns

IAnimator

The animator.