Files
godot-docs/classes/class_roombounds.rst
Rémi Verschelde 1b5e8c18fd classref: Order everything alphabetically
And sync with current 2.0.x sources.
2016-06-25 02:10:54 +02:00

63 lines
3.3 KiB
ReStructuredText

.. 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_RoomBounds:
RoomBounds
==========
**Inherits:** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
**Category:** Core
Brief Description
-----------------
Member Functions
----------------
+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
| :ref:`Dictionary<class_dictionary>` | :ref:`get_bounds<class_RoomBounds_get_bounds>` **(** **)** const |
+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
| :ref:`Vector3Array<class_vector3array>` | :ref:`get_geometry_hint<class_RoomBounds_get_geometry_hint>` **(** **)** const |
+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
| void | :ref:`regenerate_bsp<class_RoomBounds_regenerate_bsp>` **(** **)** |
+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
| void | :ref:`regenerate_bsp_cubic<class_RoomBounds_regenerate_bsp_cubic>` **(** **)** |
+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
| void | :ref:`set_bounds<class_RoomBounds_set_bounds>` **(** :ref:`Dictionary<class_dictionary>` bsp_tree **)** |
+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
| void | :ref:`set_geometry_hint<class_RoomBounds_set_geometry_hint>` **(** :ref:`Vector3Array<class_vector3array>` triangles **)** |
+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
Member Function Description
---------------------------
.. _class_RoomBounds_get_bounds:
- :ref:`Dictionary<class_dictionary>` **get_bounds** **(** **)** const
.. _class_RoomBounds_get_geometry_hint:
- :ref:`Vector3Array<class_vector3array>` **get_geometry_hint** **(** **)** const
.. _class_RoomBounds_regenerate_bsp:
- void **regenerate_bsp** **(** **)**
.. _class_RoomBounds_regenerate_bsp_cubic:
- void **regenerate_bsp_cubic** **(** **)**
.. _class_RoomBounds_set_bounds:
- void **set_bounds** **(** :ref:`Dictionary<class_dictionary>` bsp_tree **)**
.. _class_RoomBounds_set_geometry_hint:
- void **set_geometry_hint** **(** :ref:`Vector3Array<class_vector3array>` triangles **)**