Skip to content

IKeyboardAnimator

Source

namespace GameSense.Animation

public interface IKeyboardAnimator

IKeyboardAnimator


Interface for keyboard animations.

Summary

Methods

Returns Method
KeyboardFrame NextFrame(KeyboardFrame bottomLayer)

Methods

NextFrame

Source

KeyboardFrame NextFrame(KeyboardFrame bottomLayer = null)

Generates the next KeyboardFrame of the animation.

Returns

The next KeyboardFrame.

Parameters

Type Name Description Default
KeyboardFrame bottomLayer The bottom KeyboardFrame the next frame will be added on. null