12345678910111213141516171819202122232425262728293031323334353637383940 |
- :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() |
- +----------+------------------+
|