Click or drag to resize

AnimationPlayerAssignedAnimation Property

If playing, the current animation; otherwise, the animation last played. When set, would change the animation, but would not play it unless currently playing. See also CurrentAnimation.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public string AssignedAnimation { get; set; }

Property Value

Type: String
See Also