Click or drag to resize

VisualScriptSceneNodeGetNodePath Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.VisualScriptSceneNode.GetNodePath"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("GetNodePath is deprecated. Use the NodePath property instead.")]
public NodePath GetNodePath()

Return Value

Type: NodePath

[Missing <returns> documentation for "M:Godot.VisualScriptSceneNode.GetNodePath"]

See Also