class_bakedlightmapdata.rst 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the BakedLightmapData.xml source instead.
  3. .. The source is found in doc/classes or modules/<name>/doc_classes.
  4. .. _class_BakedLightmapData:
  5. BakedLightmapData
  6. =================
  7. **Inherits:** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
  8. **Category:** Core
  9. Brief Description
  10. -----------------
  11. Member Functions
  12. ----------------
  13. +--------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  14. | void | :ref:`add_user<class_BakedLightmapData_add_user>` **(** :ref:`NodePath<class_nodepath>` path, :ref:`Texture<class_texture>` lightmap, :ref:`int<class_int>` instance **)** |
  15. +--------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  16. | void | :ref:`clear_users<class_BakedLightmapData_clear_users>` **(** **)** |
  17. +--------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  18. | :ref:`AABB<class_aabb>` | :ref:`get_bounds<class_BakedLightmapData_get_bounds>` **(** **)** const |
  19. +--------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  20. | :ref:`Transform<class_transform>` | :ref:`get_cell_space_transform<class_BakedLightmapData_get_cell_space_transform>` **(** **)** const |
  21. +--------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  22. | :ref:`int<class_int>` | :ref:`get_cell_subdiv<class_BakedLightmapData_get_cell_subdiv>` **(** **)** const |
  23. +--------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  24. | :ref:`PoolByteArray<class_poolbytearray>` | :ref:`get_octree<class_BakedLightmapData_get_octree>` **(** **)** const |
  25. +--------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  26. | :ref:`int<class_int>` | :ref:`get_user_count<class_BakedLightmapData_get_user_count>` **(** **)** const |
  27. +--------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  28. | :ref:`Texture<class_texture>` | :ref:`get_user_lightmap<class_BakedLightmapData_get_user_lightmap>` **(** :ref:`int<class_int>` user_idx **)** const |
  29. +--------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  30. | :ref:`NodePath<class_nodepath>` | :ref:`get_user_path<class_BakedLightmapData_get_user_path>` **(** :ref:`int<class_int>` user_idx **)** const |
  31. +--------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  32. | void | :ref:`set_bounds<class_BakedLightmapData_set_bounds>` **(** :ref:`AABB<class_aabb>` bounds **)** |
  33. +--------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  34. | void | :ref:`set_cell_space_transform<class_BakedLightmapData_set_cell_space_transform>` **(** :ref:`Transform<class_transform>` xform **)** |
  35. +--------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  36. | void | :ref:`set_cell_subdiv<class_BakedLightmapData_set_cell_subdiv>` **(** :ref:`int<class_int>` cell_subdiv **)** |
  37. +--------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  38. | void | :ref:`set_octree<class_BakedLightmapData_set_octree>` **(** :ref:`PoolByteArray<class_poolbytearray>` octree **)** |
  39. +--------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  40. Member Variables
  41. ----------------
  42. .. _class_BakedLightmapData_energy:
  43. - :ref:`float<class_float>` **energy**
  44. Member Function Description
  45. ---------------------------
  46. .. _class_BakedLightmapData_add_user:
  47. - void **add_user** **(** :ref:`NodePath<class_nodepath>` path, :ref:`Texture<class_texture>` lightmap, :ref:`int<class_int>` instance **)**
  48. .. _class_BakedLightmapData_clear_users:
  49. - void **clear_users** **(** **)**
  50. .. _class_BakedLightmapData_get_bounds:
  51. - :ref:`AABB<class_aabb>` **get_bounds** **(** **)** const
  52. .. _class_BakedLightmapData_get_cell_space_transform:
  53. - :ref:`Transform<class_transform>` **get_cell_space_transform** **(** **)** const
  54. .. _class_BakedLightmapData_get_cell_subdiv:
  55. - :ref:`int<class_int>` **get_cell_subdiv** **(** **)** const
  56. .. _class_BakedLightmapData_get_octree:
  57. - :ref:`PoolByteArray<class_poolbytearray>` **get_octree** **(** **)** const
  58. .. _class_BakedLightmapData_get_user_count:
  59. - :ref:`int<class_int>` **get_user_count** **(** **)** const
  60. .. _class_BakedLightmapData_get_user_lightmap:
  61. - :ref:`Texture<class_texture>` **get_user_lightmap** **(** :ref:`int<class_int>` user_idx **)** const
  62. .. _class_BakedLightmapData_get_user_path:
  63. - :ref:`NodePath<class_nodepath>` **get_user_path** **(** :ref:`int<class_int>` user_idx **)** const
  64. .. _class_BakedLightmapData_set_bounds:
  65. - void **set_bounds** **(** :ref:`AABB<class_aabb>` bounds **)**
  66. .. _class_BakedLightmapData_set_cell_space_transform:
  67. - void **set_cell_space_transform** **(** :ref:`Transform<class_transform>` xform **)**
  68. .. _class_BakedLightmapData_set_cell_subdiv:
  69. - void **set_cell_subdiv** **(** :ref:`int<class_int>` cell_subdiv **)**
  70. .. _class_BakedLightmapData_set_octree:
  71. - void **set_octree** **(** :ref:`PoolByteArray<class_poolbytearray>` octree **)**