mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 19:29:06 +00:00
36 lines
1.1 KiB
ReStructuredText
36 lines
1.1 KiB
ReStructuredText
.. _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
|
|
----------------
|
|
|
|
+----------------------------+--------------------------------------------------------------------------------------------+
|
|
| void | :ref:`set_plane<class_PlaneShape_set_plane>` **(** :ref:`Plane<class_plane>` plane **)** |
|
|
+----------------------------+--------------------------------------------------------------------------------------------+
|
|
| :ref:`Plane<class_plane>` | :ref:`get_plane<class_PlaneShape_get_plane>` **(** **)** const |
|
|
+----------------------------+--------------------------------------------------------------------------------------------+
|
|
|
|
Member Function Description
|
|
---------------------------
|
|
|
|
.. _class_PlaneShape_set_plane:
|
|
|
|
- void **set_plane** **(** :ref:`Plane<class_plane>` plane **)**
|
|
|
|
.. _class_PlaneShape_get_plane:
|
|
|
|
- :ref:`Plane<class_plane>` **get_plane** **(** **)** const
|
|
|
|
|