summaryrefslogtreecommitdiffstats
path: root/doc/classes/QuadMesh.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/QuadMesh.xml')
-rw-r--r--doc/classes/QuadMesh.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/QuadMesh.xml b/doc/classes/QuadMesh.xml
index c5164e9feb..d840616fdd 100644
--- a/doc/classes/QuadMesh.xml
+++ b/doc/classes/QuadMesh.xml
@@ -7,8 +7,8 @@
Class representing a square [PrimitiveMesh]. This flat mesh does not have a thickness. By default, this mesh is aligned on the X and Y axes; this rotation is more suited for use with billboarded materials. A [QuadMesh] is equivalent to a [PlaneMesh] except its default [member PlaneMesh.orientation] is [constant PlaneMesh.FACE_Z].
</description>
<tutorials>
- <link title="GUI in 3D Demo">https://godotengine.org/asset-library/asset/127</link>
- <link title="2D in 3D Demo">https://godotengine.org/asset-library/asset/129</link>
+ <link title="GUI in 3D Viewport Demo">https://godotengine.org/asset-library/asset/2807</link>
+ <link title="2D in 3D Viewport Demo">https://godotengine.org/asset-library/asset/2803</link>
</tutorials>
<members>
<member name="orientation" type="int" setter="set_orientation" getter="get_orientation" overrides="PlaneMesh" enum="PlaneMesh.Orientation" default="2" />