class_gltfaccessor.rst 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334
  1. :github_url: hide
  2. .. DO NOT EDIT THIS FILE!!!
  3. .. Generated automatically from Godot engine sources.
  4. .. Generator: https://github.com/godotengine/godot/tree/4.0/doc/tools/make_rst.py.
  5. .. XML source: https://github.com/godotengine/godot/tree/4.0/modules/gltf/doc_classes/GLTFAccessor.xml.
  6. .. _class_GLTFAccessor:
  7. GLTFAccessor
  8. ============
  9. **Inherits:** :ref:`Resource<class_Resource>` **<** :ref:`RefCounted<class_RefCounted>` **<** :ref:`Object<class_Object>`
  10. .. container:: contribute
  11. There is currently no description for this class. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  12. .. rst-class:: classref-reftable-group
  13. Properties
  14. ----------
  15. .. table::
  16. :widths: auto
  17. +-----------------------------------------------------+-------------------------------------------------------------------------------------------------+--------------------------+
  18. | :ref:`int<class_int>` | :ref:`buffer_view<class_GLTFAccessor_property_buffer_view>` | ``-1`` |
  19. +-----------------------------------------------------+-------------------------------------------------------------------------------------------------+--------------------------+
  20. | :ref:`int<class_int>` | :ref:`byte_offset<class_GLTFAccessor_property_byte_offset>` | ``0`` |
  21. +-----------------------------------------------------+-------------------------------------------------------------------------------------------------+--------------------------+
  22. | :ref:`int<class_int>` | :ref:`component_type<class_GLTFAccessor_property_component_type>` | ``0`` |
  23. +-----------------------------------------------------+-------------------------------------------------------------------------------------------------+--------------------------+
  24. | :ref:`int<class_int>` | :ref:`count<class_GLTFAccessor_property_count>` | ``0`` |
  25. +-----------------------------------------------------+-------------------------------------------------------------------------------------------------+--------------------------+
  26. | :ref:`PackedFloat64Array<class_PackedFloat64Array>` | :ref:`max<class_GLTFAccessor_property_max>` | ``PackedFloat64Array()`` |
  27. +-----------------------------------------------------+-------------------------------------------------------------------------------------------------+--------------------------+
  28. | :ref:`PackedFloat64Array<class_PackedFloat64Array>` | :ref:`min<class_GLTFAccessor_property_min>` | ``PackedFloat64Array()`` |
  29. +-----------------------------------------------------+-------------------------------------------------------------------------------------------------+--------------------------+
  30. | :ref:`bool<class_bool>` | :ref:`normalized<class_GLTFAccessor_property_normalized>` | ``false`` |
  31. +-----------------------------------------------------+-------------------------------------------------------------------------------------------------+--------------------------+
  32. | :ref:`int<class_int>` | :ref:`sparse_count<class_GLTFAccessor_property_sparse_count>` | ``0`` |
  33. +-----------------------------------------------------+-------------------------------------------------------------------------------------------------+--------------------------+
  34. | :ref:`int<class_int>` | :ref:`sparse_indices_buffer_view<class_GLTFAccessor_property_sparse_indices_buffer_view>` | ``0`` |
  35. +-----------------------------------------------------+-------------------------------------------------------------------------------------------------+--------------------------+
  36. | :ref:`int<class_int>` | :ref:`sparse_indices_byte_offset<class_GLTFAccessor_property_sparse_indices_byte_offset>` | ``0`` |
  37. +-----------------------------------------------------+-------------------------------------------------------------------------------------------------+--------------------------+
  38. | :ref:`int<class_int>` | :ref:`sparse_indices_component_type<class_GLTFAccessor_property_sparse_indices_component_type>` | ``0`` |
  39. +-----------------------------------------------------+-------------------------------------------------------------------------------------------------+--------------------------+
  40. | :ref:`int<class_int>` | :ref:`sparse_values_buffer_view<class_GLTFAccessor_property_sparse_values_buffer_view>` | ``0`` |
  41. +-----------------------------------------------------+-------------------------------------------------------------------------------------------------+--------------------------+
  42. | :ref:`int<class_int>` | :ref:`sparse_values_byte_offset<class_GLTFAccessor_property_sparse_values_byte_offset>` | ``0`` |
  43. +-----------------------------------------------------+-------------------------------------------------------------------------------------------------+--------------------------+
  44. | :ref:`int<class_int>` | :ref:`type<class_GLTFAccessor_property_type>` | ``0`` |
  45. +-----------------------------------------------------+-------------------------------------------------------------------------------------------------+--------------------------+
  46. .. rst-class:: classref-section-separator
  47. ----
  48. .. rst-class:: classref-descriptions-group
  49. Property Descriptions
  50. ---------------------
  51. .. _class_GLTFAccessor_property_buffer_view:
  52. .. rst-class:: classref-property
  53. :ref:`int<class_int>` **buffer_view** = ``-1``
  54. .. rst-class:: classref-property-setget
  55. - void **set_buffer_view** **(** :ref:`int<class_int>` value **)**
  56. - :ref:`int<class_int>` **get_buffer_view** **(** **)**
  57. .. container:: contribute
  58. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  59. .. rst-class:: classref-item-separator
  60. ----
  61. .. _class_GLTFAccessor_property_byte_offset:
  62. .. rst-class:: classref-property
  63. :ref:`int<class_int>` **byte_offset** = ``0``
  64. .. rst-class:: classref-property-setget
  65. - void **set_byte_offset** **(** :ref:`int<class_int>` value **)**
  66. - :ref:`int<class_int>` **get_byte_offset** **(** **)**
  67. .. container:: contribute
  68. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  69. .. rst-class:: classref-item-separator
  70. ----
  71. .. _class_GLTFAccessor_property_component_type:
  72. .. rst-class:: classref-property
  73. :ref:`int<class_int>` **component_type** = ``0``
  74. .. rst-class:: classref-property-setget
  75. - void **set_component_type** **(** :ref:`int<class_int>` value **)**
  76. - :ref:`int<class_int>` **get_component_type** **(** **)**
  77. .. container:: contribute
  78. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  79. .. rst-class:: classref-item-separator
  80. ----
  81. .. _class_GLTFAccessor_property_count:
  82. .. rst-class:: classref-property
  83. :ref:`int<class_int>` **count** = ``0``
  84. .. rst-class:: classref-property-setget
  85. - void **set_count** **(** :ref:`int<class_int>` value **)**
  86. - :ref:`int<class_int>` **get_count** **(** **)**
  87. .. container:: contribute
  88. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  89. .. rst-class:: classref-item-separator
  90. ----
  91. .. _class_GLTFAccessor_property_max:
  92. .. rst-class:: classref-property
  93. :ref:`PackedFloat64Array<class_PackedFloat64Array>` **max** = ``PackedFloat64Array()``
  94. .. rst-class:: classref-property-setget
  95. - void **set_max** **(** :ref:`PackedFloat64Array<class_PackedFloat64Array>` value **)**
  96. - :ref:`PackedFloat64Array<class_PackedFloat64Array>` **get_max** **(** **)**
  97. .. container:: contribute
  98. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  99. .. rst-class:: classref-item-separator
  100. ----
  101. .. _class_GLTFAccessor_property_min:
  102. .. rst-class:: classref-property
  103. :ref:`PackedFloat64Array<class_PackedFloat64Array>` **min** = ``PackedFloat64Array()``
  104. .. rst-class:: classref-property-setget
  105. - void **set_min** **(** :ref:`PackedFloat64Array<class_PackedFloat64Array>` value **)**
  106. - :ref:`PackedFloat64Array<class_PackedFloat64Array>` **get_min** **(** **)**
  107. .. container:: contribute
  108. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  109. .. rst-class:: classref-item-separator
  110. ----
  111. .. _class_GLTFAccessor_property_normalized:
  112. .. rst-class:: classref-property
  113. :ref:`bool<class_bool>` **normalized** = ``false``
  114. .. rst-class:: classref-property-setget
  115. - void **set_normalized** **(** :ref:`bool<class_bool>` value **)**
  116. - :ref:`bool<class_bool>` **get_normalized** **(** **)**
  117. .. container:: contribute
  118. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  119. .. rst-class:: classref-item-separator
  120. ----
  121. .. _class_GLTFAccessor_property_sparse_count:
  122. .. rst-class:: classref-property
  123. :ref:`int<class_int>` **sparse_count** = ``0``
  124. .. rst-class:: classref-property-setget
  125. - void **set_sparse_count** **(** :ref:`int<class_int>` value **)**
  126. - :ref:`int<class_int>` **get_sparse_count** **(** **)**
  127. .. container:: contribute
  128. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  129. .. rst-class:: classref-item-separator
  130. ----
  131. .. _class_GLTFAccessor_property_sparse_indices_buffer_view:
  132. .. rst-class:: classref-property
  133. :ref:`int<class_int>` **sparse_indices_buffer_view** = ``0``
  134. .. rst-class:: classref-property-setget
  135. - void **set_sparse_indices_buffer_view** **(** :ref:`int<class_int>` value **)**
  136. - :ref:`int<class_int>` **get_sparse_indices_buffer_view** **(** **)**
  137. .. container:: contribute
  138. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  139. .. rst-class:: classref-item-separator
  140. ----
  141. .. _class_GLTFAccessor_property_sparse_indices_byte_offset:
  142. .. rst-class:: classref-property
  143. :ref:`int<class_int>` **sparse_indices_byte_offset** = ``0``
  144. .. rst-class:: classref-property-setget
  145. - void **set_sparse_indices_byte_offset** **(** :ref:`int<class_int>` value **)**
  146. - :ref:`int<class_int>` **get_sparse_indices_byte_offset** **(** **)**
  147. .. container:: contribute
  148. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  149. .. rst-class:: classref-item-separator
  150. ----
  151. .. _class_GLTFAccessor_property_sparse_indices_component_type:
  152. .. rst-class:: classref-property
  153. :ref:`int<class_int>` **sparse_indices_component_type** = ``0``
  154. .. rst-class:: classref-property-setget
  155. - void **set_sparse_indices_component_type** **(** :ref:`int<class_int>` value **)**
  156. - :ref:`int<class_int>` **get_sparse_indices_component_type** **(** **)**
  157. .. container:: contribute
  158. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  159. .. rst-class:: classref-item-separator
  160. ----
  161. .. _class_GLTFAccessor_property_sparse_values_buffer_view:
  162. .. rst-class:: classref-property
  163. :ref:`int<class_int>` **sparse_values_buffer_view** = ``0``
  164. .. rst-class:: classref-property-setget
  165. - void **set_sparse_values_buffer_view** **(** :ref:`int<class_int>` value **)**
  166. - :ref:`int<class_int>` **get_sparse_values_buffer_view** **(** **)**
  167. .. container:: contribute
  168. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  169. .. rst-class:: classref-item-separator
  170. ----
  171. .. _class_GLTFAccessor_property_sparse_values_byte_offset:
  172. .. rst-class:: classref-property
  173. :ref:`int<class_int>` **sparse_values_byte_offset** = ``0``
  174. .. rst-class:: classref-property-setget
  175. - void **set_sparse_values_byte_offset** **(** :ref:`int<class_int>` value **)**
  176. - :ref:`int<class_int>` **get_sparse_values_byte_offset** **(** **)**
  177. .. container:: contribute
  178. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  179. .. rst-class:: classref-item-separator
  180. ----
  181. .. _class_GLTFAccessor_property_type:
  182. .. rst-class:: classref-property
  183. :ref:`int<class_int>` **type** = ``0``
  184. .. rst-class:: classref-property-setget
  185. - void **set_type** **(** :ref:`int<class_int>` value **)**
  186. - :ref:`int<class_int>` **get_type** **(** **)**
  187. .. container:: contribute
  188. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  189. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  190. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  191. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  192. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  193. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  194. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`