Table of Contents

Interface IAnimationFinished

Provides checks for whether an animation is done animating a specific CharData.

public interface IAnimationFinished

Methods

Finished(int)

Check if the animation is considered finished for the character at the given index.

bool Finished(int index)

Parameters

index int

Returns

bool

Finished(CharData)

Check if the animation is considered finished for the given character.

bool Finished(CharData cData)

Parameters

cData CharData

Returns

bool