Click or drag to resize

AnimatedSprite3DPlay Method

Plays the animation named anim. If no anim is provided, the current animation is played.

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

Parameters

anim (Optional)
Type: SystemString

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

See Also