Click or drag to resize

ThemeGetStyleboxTypes Method

Returns all the StyleBox types as a String filled with each StyleBox's type, for use in GetStylebox(String, String) and/or GetStyleboxList(String), if the theme has node_type.

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

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.Theme.GetStyleboxTypes"]

See Also