mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
39 lines
1009 B
ReStructuredText
39 lines
1009 B
ReStructuredText
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
|
|
.. DO NOT EDIT THIS FILE, but the PlaneShape.xml source instead.
|
|
.. The source is found in doc/classes or modules/<name>/doc_classes.
|
|
|
|
.. _class_PlaneShape:
|
|
|
|
PlaneShape
|
|
==========
|
|
|
|
**Inherits:** :ref:`Shape<class_Shape>` **<** :ref:`Resource<class_Resource>` **<** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
|
|
|
|
**Category:** Core
|
|
|
|
Brief Description
|
|
-----------------
|
|
|
|
|
|
|
|
Properties
|
|
----------
|
|
|
|
+---------------------------+-----------------------------------------------+
|
|
| :ref:`Plane<class_Plane>` | :ref:`plane<class_PlaneShape_property_plane>` |
|
|
+---------------------------+-----------------------------------------------+
|
|
|
|
Property Descriptions
|
|
---------------------
|
|
|
|
.. _class_PlaneShape_property_plane:
|
|
|
|
- :ref:`Plane<class_Plane>` **plane**
|
|
|
|
+----------+------------------+
|
|
| *Setter* | set_plane(value) |
|
|
+----------+------------------+
|
|
| *Getter* | get_plane() |
|
|
+----------+------------------+
|
|
|