diff options
Diffstat (limited to 'scene/3d/collision_polygon.h')
| -rw-r--r-- | scene/3d/collision_polygon.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scene/3d/collision_polygon.h b/scene/3d/collision_polygon.h index b979057da..f1f137c9c 100644 --- a/scene/3d/collision_polygon.h +++ b/scene/3d/collision_polygon.h @@ -27,6 +27,7 @@ /* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ + #ifndef COLLISION_POLYGON_H #define COLLISION_POLYGON_H @@ -50,6 +51,10 @@ protected: void _build_polygon(); + void _update_in_shape_owner(bool p_xform_only = false); + + bool _is_editable_3d_polygon() const; + protected: void _notification(int p_what); static void _bind_methods(); |
