Click or drag to resize

VisualScriptPropertyGetSetBasePath Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.VisualScriptPropertyGet.SetBasePath(Godot.NodePath)"]

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

Parameters

basePath
Type: GodotNodePath

[Missing <param name="basePath"/> documentation for "M:Godot.VisualScriptPropertyGet.SetBasePath(Godot.NodePath)"]

See Also