Click or drag to resize

SpriteFramesAddAnimation Method

Adds a new animation to the library.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void AddAnimation(
	string anim
)

Parameters

anim
Type: SystemString

[Missing <param name="anim"/> documentation for "M:Godot.SpriteFrames.AddAnimation(System.String)"]

See Also