IAnimator Interface

Definition

Objects implementing the IAnimator interface can act as parent objects for Animation objects.

public interface class IAnimator
public interface IAnimator
type IAnimator = interface
Public Interface IAnimator

Methods

AddAnimation(Animation)

Add an Animation object to this element.

RemoveAnimation(Animation)

Removes an Animation object from this element.

Applies to