Click or drag to resize

AnimationNodeIsPathFiltered Method

Returns true whether a given path is filtered.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool IsPathFiltered(
	NodePath path
)

Parameters

path
Type: GodotNodePath

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.AnimationNode.IsPathFiltered(Godot.NodePath)"]

See Also