doc: Update classref headers with 3.4 version

This commit is contained in:
Rémi Verschelde
2021-04-26 13:14:51 +02:00
parent bf645099a1
commit c3272997cd
652 changed files with 652 additions and 652 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="CSGBox" inherits="CSGPrimitive" version="3.3">
<class name="CSGBox" inherits="CSGPrimitive" version="3.4">
<brief_description>
A CSG Box shape.
</brief_description>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="CSGCombiner" inherits="CSGShape" version="3.3">
<class name="CSGCombiner" inherits="CSGShape" version="3.4">
<brief_description>
A CSG node that allows you to combine other CSG modifiers.
</brief_description>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="CSGCylinder" inherits="CSGPrimitive" version="3.3">
<class name="CSGCylinder" inherits="CSGPrimitive" version="3.4">
<brief_description>
A CSG Cylinder shape.
</brief_description>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="CSGMesh" inherits="CSGPrimitive" version="3.3">
<class name="CSGMesh" inherits="CSGPrimitive" version="3.4">
<brief_description>
A CSG Mesh shape that uses a mesh resource.
</brief_description>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="CSGPolygon" inherits="CSGPrimitive" version="3.3">
<class name="CSGPolygon" inherits="CSGPrimitive" version="3.4">
<brief_description>
Extrudes a 2D polygon shape to create a 3D mesh.
</brief_description>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="CSGPrimitive" inherits="CSGShape" version="3.3">
<class name="CSGPrimitive" inherits="CSGShape" version="3.4">
<brief_description>
Base class for CSG primitives.
</brief_description>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="CSGShape" inherits="GeometryInstance" version="3.3">
<class name="CSGShape" inherits="GeometryInstance" version="3.4">
<brief_description>
The CSG base class.
</brief_description>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="CSGSphere" inherits="CSGPrimitive" version="3.3">
<class name="CSGSphere" inherits="CSGPrimitive" version="3.4">
<brief_description>
A CSG Sphere shape.
</brief_description>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="CSGTorus" inherits="CSGPrimitive" version="3.3">
<class name="CSGTorus" inherits="CSGPrimitive" version="3.4">
<brief_description>
A CSG Torus shape.
</brief_description>