Click or drag to resize

BaseButtonSetButtonMask Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.BaseButton.SetButtonMask(System.Int32)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetButtonMask is deprecated. Use the ButtonMask property instead.")]
public void SetButtonMask(
	int mask
)

Parameters

mask
Type: SystemInt32

[Missing <param name="mask"/> documentation for "M:Godot.BaseButton.SetButtonMask(System.Int32)"]

See Also