Click or drag to resize

ThemeSetStylebox Method

Sets theme's StyleBox to stylebox at name in node_type.

Does nothing if the theme does not have node_type.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetStylebox(
	string name,
	string nodeType,
	StyleBox texture
)

Parameters

name
Type: SystemString

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

nodeType
Type: SystemString

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

texture
Type: GodotStyleBox

[Missing <param name="texture"/> documentation for "M:Godot.Theme.SetStylebox(System.String,System.String,Godot.StyleBox)"]

See Also