Skip to content

IKeyAnimator

Source

namespace GameSense.Animation

public interface IKeyAnimator : IKeyboardAnimator

IKeyboardAnimator

     IKeyAnimator


Interface for key animations.

Summary

Properties

Type Property Get Set
bool Finished
Key Key

Methods

Returns Method
IKeyAnimator Copy()

Inherited methods from IKeyboardAnimator

Returns Method
KeyboardFrame NextFrame(KeyboardFrame bottomLayer)

Properties

Finished

Source · Default:

Gets a value indicating whether the animation has finished yet.


Key

Source · Default:

Gets or sets the Key to be animated.


Methods

Copy

Source

IKeyAnimator Copy()

Creates a copy of itself.

Returns

The copy.