Click or drag to resize

ThemeGetStyleboxList Method

Returns all the StyleBoxs as a String filled with each StyleBox's name, for use in GetStylebox(String, String), if the theme has node_type.

Valid node_types may be found using GetStyleboxTypes.

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

Parameters

nodeType
Type: SystemString

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

Return Value

Type: String

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

See Also