TextureButton.textureClickMask

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.

  1. BitMap textureClickMask [@property getter]
    struct TextureButton
    @nogc nothrow @property
    textureClickMask
    ()
  2. BitMap textureClickMask [@property setter]

Meta