Click or drag to resize

ResourceSetPath Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Resource.SetPath(System.String)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetPath is deprecated. Use the ResourcePath property instead.")]
public void SetPath(
	string path
)

Parameters

path
Type: SystemString

[Missing <param name="path"/> documentation for "M:Godot.Resource.SetPath(System.String)"]

See Also