Click or drag to resize

AnimationPlayerSetCurrentAnimation Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.AnimationPlayer.SetCurrentAnimation(System.String)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetCurrentAnimation is deprecated. Use the CurrentAnimation property instead.")]
public void SetCurrentAnimation(
	string anim
)

Parameters

anim
Type: SystemString

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

See Also