Click or drag to resize

AnimationNodeSetFilterPath Method

Adds or removes a path for the filter.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetFilterPath(
	NodePath path,
	bool enable
)

Parameters

path
Type: GodotNodePath

[Missing <param name="path"/> documentation for "M:Godot.AnimationNode.SetFilterPath(Godot.NodePath,System.Boolean)"]

enable
Type: SystemBoolean

[Missing <param name="enable"/> documentation for "M:Godot.AnimationNode.SetFilterPath(Godot.NodePath,System.Boolean)"]

See Also