ResourceImporterBitMap
Inherits:ResourceImporter<RefCounted<Object
Imports aBitMap resource (2D array of boolean values).
Description
BitMap resources are typically used as click masks inTextureButton andTouchScreenButton.
Tutorials
Properties
| ||
|
Property Descriptions
The data source to use for generating the bitmap.
Black & White: Pixels whose HSV value is greater than thethreshold will be considered as "enabled" (bit istrue
). If the pixel is lower than or equal to the threshold, it will be considered as "disabled" (bit isfalse
).
Alpha: Pixels whose alpha value is greater than thethreshold will be considered as "enabled" (bit istrue
). If the pixel is lower than or equal to the threshold, it will be considered as "disabled" (bit isfalse
).
The threshold to use to determine which bits should be considered enabled or disabled. See alsocreate_from.