123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- .. 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 **)**
|