|
@@ -68,7 +68,7 @@ Methods
|
|
|
:widths: auto
|
|
|
|
|
|
+-------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
- | void | :ref:`add_exception<class_ShapeCast3D_method_add_exception>` **(** :ref:`Object<class_Object>` node **)** |
|
|
|
+ | void | :ref:`add_exception<class_ShapeCast3D_method_add_exception>` **(** :ref:`CollisionObject3D<class_CollisionObject3D>` node **)** |
|
|
|
+-------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| void | :ref:`add_exception_rid<class_ShapeCast3D_method_add_exception_rid>` **(** :ref:`RID<class_RID>` rid **)** |
|
|
|
+-------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
@@ -96,7 +96,7 @@ Methods
|
|
|
+-------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| :ref:`bool<class_bool>` | :ref:`is_colliding<class_ShapeCast3D_method_is_colliding>` **(** **)** |const| |
|
|
|
+-------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
- | void | :ref:`remove_exception<class_ShapeCast3D_method_remove_exception>` **(** :ref:`Object<class_Object>` node **)** |
|
|
|
+ | void | :ref:`remove_exception<class_ShapeCast3D_method_remove_exception>` **(** :ref:`CollisionObject3D<class_CollisionObject3D>` node **)** |
|
|
|
+-------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| void | :ref:`remove_exception_rid<class_ShapeCast3D_method_remove_exception_rid>` **(** :ref:`RID<class_RID>` rid **)** |
|
|
|
+-------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
@@ -307,7 +307,7 @@ Method Descriptions
|
|
|
|
|
|
.. rst-class:: classref-method
|
|
|
|
|
|
-void **add_exception** **(** :ref:`Object<class_Object>` node **)**
|
|
|
+void **add_exception** **(** :ref:`CollisionObject3D<class_CollisionObject3D>` node **)**
|
|
|
|
|
|
Adds a collision exception so the shape does not report collisions with the specified :ref:`CollisionObject3D<class_CollisionObject3D>` node.
|
|
|
|
|
@@ -479,7 +479,7 @@ Returns whether any object is intersecting with the shape's vector (considering
|
|
|
|
|
|
.. rst-class:: classref-method
|
|
|
|
|
|
-void **remove_exception** **(** :ref:`Object<class_Object>` node **)**
|
|
|
+void **remove_exception** **(** :ref:`CollisionObject3D<class_CollisionObject3D>` node **)**
|
|
|
|
|
|
Removes a collision exception so the shape does report collisions with the specified :ref:`CollisionObject3D<class_CollisionObject3D>` node.
|
|
|
|