1234567891011121314151617181920212223242526272829303132333435363738 |
- .. 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_PlaneShape:
- PlaneShape
- ==========
- **Inherits:** :ref:`Shape<class_shape>` **<** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
- **Category:** Core
- Brief Description
- -----------------
- Member Functions
- ----------------
- +----------------------------+--------------------------------------------------------------------------------------------+
- | :ref:`Plane<class_plane>` | :ref:`get_plane<class_PlaneShape_get_plane>` **(** **)** const |
- +----------------------------+--------------------------------------------------------------------------------------------+
- | void | :ref:`set_plane<class_PlaneShape_set_plane>` **(** :ref:`Plane<class_plane>` plane **)** |
- +----------------------------+--------------------------------------------------------------------------------------------+
- Member Function Description
- ---------------------------
- .. _class_PlaneShape_get_plane:
- - :ref:`Plane<class_plane>` **get_plane** **(** **)** const
- .. _class_PlaneShape_set_plane:
- - void **set_plane** **(** :ref:`Plane<class_plane>` plane **)**
|