Click or drag to resize

ThemeGetIconList Method

Returns all the icons as a String filled with each Texture's name, for use in GetIcon(String, String), if the theme has node_type.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public string[] GetIconList(
	string nodeType
)

Parameters

nodeType
Type: SystemString

[Missing <param name="nodeType"/> documentation for "M:Godot.Theme.GetIconList(System.String)"]

Return Value

Type: String

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

See Also