Click or drag to resize

ResourceResourcePath Property

The path to the resource. In case it has its own file, it will return its filepath. If it's tied to the scene, it will return the scene's path, followed by the resource's index.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public string ResourcePath { get; set; }

Property Value

Type: String
See Also