Click or drag to resize

AnimationTreePlayerOneshotNodeStop Method

Stops the OneShot node with name id.

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

Parameters

id
Type: SystemString

[Missing <param name="id"/> documentation for "M:Godot.AnimationTreePlayer.OneshotNodeStop(System.String)"]

See Also