summaryrefslogtreecommitdiff
path: root/scene/2d/shape_cast_2d.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/2d/shape_cast_2d.h')
-rw-r--r--scene/2d/shape_cast_2d.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/2d/shape_cast_2d.h b/scene/2d/shape_cast_2d.h
index 7b55566b01..134f236d3b 100644
--- a/scene/2d/shape_cast_2d.h
+++ b/scene/2d/shape_cast_2d.h
@@ -104,6 +104,7 @@ public:
int get_collision_count() const;
Object *get_collider(int p_idx) const;
+ RID get_collider_rid(int p_idx) const;
int get_collider_shape(int p_idx) const;
Vector2 get_collision_point(int p_idx) const;
Vector2 get_collision_normal(int p_idx) const;