mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-07 02:12:07 +03:00
70 lines
3.2 KiB
ReStructuredText
70 lines
3.2 KiB
ReStructuredText
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
|
|
.. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
|
|
|
|
.. _class_PlaneMesh:
|
|
|
|
PlaneMesh
|
|
=========
|
|
|
|
**Inherits:** :ref:`PrimitiveMesh<class_primitivemesh>` **<** :ref:`Mesh<class_mesh>` **<** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
|
|
|
|
**Category:** Core
|
|
|
|
Brief Description
|
|
-----------------
|
|
|
|
|
|
|
|
Member Functions
|
|
----------------
|
|
|
|
+--------------------------------+---------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`Vector2<class_vector2>` | :ref:`get_size<class_PlaneMesh_get_size>` **(** **)** const |
|
|
+--------------------------------+---------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`int<class_int>` | :ref:`get_subdivide_depth<class_PlaneMesh_get_subdivide_depth>` **(** **)** const |
|
|
+--------------------------------+---------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`int<class_int>` | :ref:`get_subdivide_width<class_PlaneMesh_get_subdivide_width>` **(** **)** const |
|
|
+--------------------------------+---------------------------------------------------------------------------------------------------------------+
|
|
| void | :ref:`set_size<class_PlaneMesh_set_size>` **(** :ref:`Vector2<class_vector2>` size **)** |
|
|
+--------------------------------+---------------------------------------------------------------------------------------------------------------+
|
|
| void | :ref:`set_subdivide_depth<class_PlaneMesh_set_subdivide_depth>` **(** :ref:`int<class_int>` subdivide **)** |
|
|
+--------------------------------+---------------------------------------------------------------------------------------------------------------+
|
|
| void | :ref:`set_subdivide_width<class_PlaneMesh_set_subdivide_width>` **(** :ref:`int<class_int>` subdivide **)** |
|
|
+--------------------------------+---------------------------------------------------------------------------------------------------------------+
|
|
|
|
Member Variables
|
|
----------------
|
|
|
|
- :ref:`Vector2<class_vector2>` **size**
|
|
- :ref:`int<class_int>` **subdivide_depth**
|
|
- :ref:`int<class_int>` **subdivide_width**
|
|
|
|
Member Function Description
|
|
---------------------------
|
|
|
|
.. _class_PlaneMesh_get_size:
|
|
|
|
- :ref:`Vector2<class_vector2>` **get_size** **(** **)** const
|
|
|
|
.. _class_PlaneMesh_get_subdivide_depth:
|
|
|
|
- :ref:`int<class_int>` **get_subdivide_depth** **(** **)** const
|
|
|
|
.. _class_PlaneMesh_get_subdivide_width:
|
|
|
|
- :ref:`int<class_int>` **get_subdivide_width** **(** **)** const
|
|
|
|
.. _class_PlaneMesh_set_size:
|
|
|
|
- void **set_size** **(** :ref:`Vector2<class_vector2>` size **)**
|
|
|
|
.. _class_PlaneMesh_set_subdivide_depth:
|
|
|
|
- void **set_subdivide_depth** **(** :ref:`int<class_int>` subdivide **)**
|
|
|
|
.. _class_PlaneMesh_set_subdivide_width:
|
|
|
|
- void **set_subdivide_width** **(** :ref:`int<class_int>` subdivide **)**
|
|
|
|
|