Click or drag to resize

TextureButtonSetExpand Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.TextureButton.SetExpand(System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetExpand is deprecated. Use the Expand property instead.")]
public void SetExpand(
	bool pExpand
)

Parameters

pExpand
Type: SystemBoolean

[Missing <param name="pExpand"/> documentation for "M:Godot.TextureButton.SetExpand(System.Boolean)"]

See Also