SpriteAnimator.TryGetAnimation(string, AnimationClip) Method
Definition¶
Namespace: Brine2D.Animation
Attempts to retrieve a registered animation clip by name.
public bool TryGetAnimation(string name, out Brine2D.Animation.AnimationClip? clip);
Parameters¶
name System.String
clip AnimationClip