33 #include "io/resource_loader.h" 48 static void _bind_methods();
52 void create(
const Size2& p_size);
53 void create_from_image_alpha(
const Image& p_image);
55 void set_bit(
const Point2& p_pos,
bool p_value);
56 bool get_bit(
const Point2& p_pos)
const;
57 void set_bit_rect(
const Rect2& p_rect,
bool p_value);
58 int get_true_bit_count()
const;
60 Size2 get_size()
const;
Definition: math_2d.h:204
Definition: resource.h:89
Definition: dictionary.h:42
Definition: bit_mask.h:36