class_roombounds.rst 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
  3. .. _class_RoomBounds:
  4. RoomBounds
  5. ==========
  6. **Inherits:** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
  7. **Category:** Core
  8. Brief Description
  9. -----------------
  10. Member Functions
  11. ----------------
  12. +------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
  13. | :ref:`Dictionary<class_dictionary>` | :ref:`get_bounds<class_RoomBounds_get_bounds>` **(** **)** const |
  14. +------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
  15. | :ref:`Vector3Array<class_vector3array>` | :ref:`get_geometry_hint<class_RoomBounds_get_geometry_hint>` **(** **)** const |
  16. +------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
  17. | void | :ref:`regenerate_bsp<class_RoomBounds_regenerate_bsp>` **(** **)** |
  18. +------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
  19. | void | :ref:`regenerate_bsp_cubic<class_RoomBounds_regenerate_bsp_cubic>` **(** **)** |
  20. +------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
  21. | void | :ref:`set_bounds<class_RoomBounds_set_bounds>` **(** :ref:`Dictionary<class_dictionary>` bsp_tree **)** |
  22. +------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
  23. | void | :ref:`set_geometry_hint<class_RoomBounds_set_geometry_hint>` **(** :ref:`Vector3Array<class_vector3array>` triangles **)** |
  24. +------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
  25. Member Function Description
  26. ---------------------------
  27. .. _class_RoomBounds_get_bounds:
  28. - :ref:`Dictionary<class_dictionary>` **get_bounds** **(** **)** const
  29. .. _class_RoomBounds_get_geometry_hint:
  30. - :ref:`Vector3Array<class_vector3array>` **get_geometry_hint** **(** **)** const
  31. .. _class_RoomBounds_regenerate_bsp:
  32. - void **regenerate_bsp** **(** **)**
  33. .. _class_RoomBounds_regenerate_bsp_cubic:
  34. - void **regenerate_bsp_cubic** **(** **)**
  35. .. _class_RoomBounds_set_bounds:
  36. - void **set_bounds** **(** :ref:`Dictionary<class_dictionary>` bsp_tree **)**
  37. .. _class_RoomBounds_set_geometry_hint:
  38. - void **set_geometry_hint** **(** :ref:`Vector3Array<class_vector3array>` triangles **)**