Click or drag to resize

AnimationTreePlayerOneshotNodeSetAutorestart Method

Sets the autorestart property of a OneShot node given its name and value.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void OneshotNodeSetAutorestart(
	string id,
	bool enable
)

Parameters

id
Type: SystemString

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

enable
Type: SystemBoolean

[Missing <param name="enable"/> documentation for "M:Godot.AnimationTreePlayer.OneshotNodeSetAutorestart(System.String,System.Boolean)"]

See Also