IKeyAnimator¶
namespace GameSense.Animation
public interface IKeyAnimator : IKeyboardAnimator
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
¶
IKeyAnimator Copy()
Creates a copy of itself.
Returns¶
The copy.