class_planeshape.rst 973 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the PlaneShape.xml source instead.
  3. .. The source is found in doc/classes or modules/<name>/doc_classes.
  4. .. _class_PlaneShape:
  5. PlaneShape
  6. ==========
  7. **Inherits:** :ref:`Shape<class_Shape>` **<** :ref:`Resource<class_Resource>` **<** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
  8. **Category:** Core
  9. Brief Description
  10. -----------------
  11. Properties
  12. ----------
  13. +---------------------------+--------------------------------------+
  14. | :ref:`Plane<class_Plane>` | :ref:`plane<class_PlaneShape_plane>` |
  15. +---------------------------+--------------------------------------+
  16. Property Descriptions
  17. ---------------------
  18. .. _class_PlaneShape_plane:
  19. - :ref:`Plane<class_Plane>` **plane**
  20. +----------+------------------+
  21. | *Setter* | set_plane(value) |
  22. +----------+------------------+
  23. | *Getter* | get_plane() |
  24. +----------+------------------+