You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LowLevel/Projects/Snippets/Assets/Examples/SuggestedAPI/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,5 +4,7 @@ This snippet contains implementations for suggestions to the API.
4
4
When or if the API is implemented, these suggestions will be removed and noted here.
5
5
6
6
## Suggestions
7
-
-[Thread](https://discussions.unity.com/t/lowlevel-physics-question/1696693/2) - PhysicsQuery.ShapeDistance extended to include a span of shapes and other utility.
7
+
-[Discussions](https://discussions.unity.com/t/lowlevel-physics-question/1696693/2) - PhysicsQuery.ShapeDistance extended to include a span of shapes and other utility.
8
8
- See `PhysicsAPIExtensions.Shape-Distance`
9
+
-[Discussions](https://discussions.unity.com/t/low-level-2d-physics-setting-struct-properties-is-cumbersome) - Returning physics objects when using auto-properties results in the compiler error (`CS1612`) indicating that you cannot modify the return value of 'X' because it is not a variable. These extensions allow that.
0 commit comments