summaryrefslogtreecommitdiff
path: root/scene/resources/bit_mask.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/bit_mask.h')
-rw-r--r--scene/resources/bit_mask.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/resources/bit_mask.h b/scene/resources/bit_mask.h
index dcd5edb4fb..40f0bfb04a 100644
--- a/scene/resources/bit_mask.h
+++ b/scene/resources/bit_mask.h
@@ -46,6 +46,8 @@ class BitMap : public Resource {
Vector<Vector2> _march_square(const Rect2i &rect, const Point2i &start) const;
+ Array _opaque_to_polygons_bind(const Rect2 &p_rect, float p_epsilon) const;
+
protected:
void _set_data(const Dictionary &p_d);
Dictionary _get_data() const;