Click or drag to resize

ThemeGetTypeList Method

Returns all the types in node_type as a String for use in any of the get_* functions, if the theme has node_type.

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

Parameters

nodeType
Type: SystemString

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

Return Value

Type: String

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

See Also