Click or drag to resize

ThemeGetConstantList Method

Returns all the constants as a String filled with each constant's name, for use in GetConstant(String, String), if the theme has node_type.

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

Parameters

nodeType
Type: SystemString

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

Return Value

Type: String

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

See Also