diff options
author | PouleyKetchoupp <pouleyketchoup@gmail.com> | 2021-07-02 16:48:58 -0700 |
---|---|---|
committer | PouleyKetchoupp <pouleyketchoup@gmail.com> | 2021-07-05 11:16:11 -0700 |
commit | ccac36a6e2dd7942172c4028c82011b553d2ed88 (patch) | |
tree | 5a1c767355f88f10636765b5cd00674386f6fd07 /doc/classes/PhysicsShapeQueryParameters2D.xml | |
parent | 26b86c1074cdc1256492f73b1c168a823412af45 (diff) | |
download | redot-engine-ccac36a6e2dd7942172c4028c82011b553d2ed88.tar.gz |
Remove unused PhysicsShapeQueryResult3D & PhysicsShapeQueryResult2D
Diffstat (limited to 'doc/classes/PhysicsShapeQueryParameters2D.xml')
-rw-r--r-- | doc/classes/PhysicsShapeQueryParameters2D.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/PhysicsShapeQueryParameters2D.xml b/doc/classes/PhysicsShapeQueryParameters2D.xml index 321a713e26..229a40638a 100644 --- a/doc/classes/PhysicsShapeQueryParameters2D.xml +++ b/doc/classes/PhysicsShapeQueryParameters2D.xml @@ -4,7 +4,7 @@ Parameters to be sent to a 2D shape physics query. </brief_description> <description> - This class contains the shape and other parameters for 2D intersection/collision queries. See also [PhysicsShapeQueryResult2D]. + This class contains the shape and other parameters for 2D intersection/collision queries. </description> <tutorials> </tutorials> |