Click or drag to resize

AnimationTreePlayerOneshotNodeHasAutorestart Method

Returns whether a OneShot node will auto restart given its name.

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

Parameters

id
Type: SystemString

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.AnimationTreePlayer.OneshotNodeHasAutorestart(System.String)"]

See Also