mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
41 lines
1.0 KiB
ReStructuredText
41 lines
1.0 KiB
ReStructuredText
:github_url: hide
|
|
|
|
.. 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() |
|
|
+----------+------------------+
|
|
|