Click or drag to resize

AcceptDialogAddCancel Method

Adds a button with label name and a cancel action to the dialog and returns the created button.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Button AddCancel(
	string name
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Godot.AcceptDialog.AddCancel(System.String)"]

Return Value

Type: Button

[Missing <returns> documentation for "M:Godot.AcceptDialog.AddCancel(System.String)"]

See Also