Click or drag to resize

ControlAddConstantOverride Method

Overrides an integer constant with given name in the Theme resource the control uses. If the constant is 0, the override is cleared and the constant from assigned Theme is used.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void AddConstantOverride(
	string name,
	int constant
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Godot.Control.AddConstantOverride(System.String,System.Int32)"]

constant
Type: SystemInt32

[Missing <param name="constant"/> documentation for "M:Godot.Control.AddConstantOverride(System.String,System.Int32)"]

See Also