Click or drag to resize

TextureButtonGetClickMask Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.TextureButton.GetClickMask"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("GetClickMask is deprecated. Use the TextureClickMask property instead.")]
public BitMap GetClickMask()

Return Value

Type: BitMap

[Missing <returns> documentation for "M:Godot.TextureButton.GetClickMask"]

See Also