diff --git a/X10D.Unity.dll b/X10D.Unity.dll index e85ebd3..15c9509 100644 Binary files a/X10D.Unity.dll and b/X10D.Unity.dll differ diff --git a/X10D.Unity.xml b/X10D.Unity.xml index daa82f1..2fb4bc3 100644 --- a/X10D.Unity.xml +++ b/X10D.Unity.xml @@ -800,6 +800,33 @@ will have the ellipse be obscured by objects closer to the camera. + + + Draws a function plot. + + The function to plot. + The minimum X value. + The maximum X value. + + + + Draws a function plot. + + The function to plot. + The minimum X value. + The maximum X value. + The X increment. + The drawing offset of the circle. + The color of the circle. + + The duration of the circle's visibility, in seconds. If 0 is passed, the circle is visible for a single frame. + + + if depth test should be applied; otherwise, . Passing + will have the circle be obscured by objects closer to the camera. + + is . + Draws a line between start and end points. @@ -1188,6 +1215,22 @@ is . + + + Draws a polyhedron. + + The polyhedron to draw. + The drawing offset of the polyhedron. + The color to use for drawing. + + The duration of the polyhedron's visibility, in seconds. If 0 is passed, the polyhedron is visible for a single frame. + + + if depth test should be applied; otherwise, . Passing + will have the box be obscured by objects closer to the camera. + + is . + Draws a ray. diff --git a/X10D.dll b/X10D.dll index 00ccd2c..ba6bc0c 100644 Binary files a/X10D.dll and b/X10D.dll differ diff --git a/package.json b/package.json index 37751b7..28697af 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "url": "https://oliverbooth.dev" }, "displayName": "X10D", - "version": "4.0.0-nightly.229", + "version": "4.0.0-nightly.230", "unity": "2021.3", "description": "Extension methods on crack", "keywords": [