Click or drag to resize

ResourceLoaderGetDependencies Method

Returns the dependencies for the resource at the given path.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static string[] GetDependencies(
	string path
)

Parameters

path
Type: SystemString

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

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.ResourceLoader.GetDependencies(System.String)"]

See Also