Skip to content

SpriteAnimator.IsAnimationActive(AnimationClip) Method

Definition

Namespace: Brine2D.Animation

Checks if the given animation clip is currently set as the active animation.

public bool IsAnimationActive(Brine2D.Animation.AnimationClip clip);

Parameters

clip AnimationClip

Returns

System.Boolean