Click or drag to resize

TouchScreenButtonSetShapeCentered Method

Note: This API is now obsolete.

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

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

Parameters

bool
Type: SystemBoolean

[Missing <param name="bool"/> documentation for "M:Godot.TouchScreenButton.SetShapeCentered(System.Boolean)"]

See Also