Click or drag to resize

TextureButtonTextureClickMask Property

Pure black and white BitMap image to use for click detection. On the mask, white pixels represent the button's clickable area. Use it to create buttons with curved shapes.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public BitMap TextureClickMask { get; set; }

Property Value

Type: BitMap
See Also