Skip to content

SpriteAnimator.GetAnimation(string) Method

Definition

Namespace: Brine2D.Animation

Returns the registered clip with the given name, or null if not found.

public Brine2D.Animation.AnimationClip? GetAnimation(string name);

Parameters

name System.String

Returns

AnimationClip