Click or drag to resize

ThemeGetColorList Method

Returns all the Colors as a String filled with each Color's name, for use in GetColor(String, String), if the theme has node_type.

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

Parameters

nodeType
Type: SystemString

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

Return Value

Type: String

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

See Also