classref: Sync with current master branch (705b7a0)

This commit is contained in:
Godot Organization
2024-05-31 13:54:35 +00:00
parent 32f1b6ea48
commit eacfba2716
835 changed files with 17350 additions and 17256 deletions
+7 -7
View File
@@ -79,7 +79,7 @@ Property Descriptions
.. rst-class:: classref-property
:ref:`int<class_int>` **buffer** = ``-1``
:ref:`int<class_int>` **buffer** = ``-1`` :ref:`🔗<class_GLTFBufferView_property_buffer>`
.. rst-class:: classref-property-setget
@@ -96,7 +96,7 @@ The index of the buffer this buffer view is referencing. If ``-1``, this buffer
.. rst-class:: classref-property
:ref:`int<class_int>` **byte_length** = ``0``
:ref:`int<class_int>` **byte_length** = ``0`` :ref:`🔗<class_GLTFBufferView_property_byte_length>`
.. rst-class:: classref-property-setget
@@ -113,7 +113,7 @@ The length, in bytes, of this buffer view. If ``0``, this buffer view is empty.
.. rst-class:: classref-property
:ref:`int<class_int>` **byte_offset** = ``0``
:ref:`int<class_int>` **byte_offset** = ``0`` :ref:`🔗<class_GLTFBufferView_property_byte_offset>`
.. rst-class:: classref-property-setget
@@ -130,7 +130,7 @@ The offset, in bytes, from the start of the buffer to the start of this buffer v
.. rst-class:: classref-property
:ref:`int<class_int>` **byte_stride** = ``-1``
:ref:`int<class_int>` **byte_stride** = ``-1`` :ref:`🔗<class_GLTFBufferView_property_byte_stride>`
.. rst-class:: classref-property-setget
@@ -147,7 +147,7 @@ The stride, in bytes, between interleaved data. If ``-1``, this buffer view is n
.. rst-class:: classref-property
:ref:`bool<class_bool>` **indices** = ``false``
:ref:`bool<class_bool>` **indices** = ``false`` :ref:`🔗<class_GLTFBufferView_property_indices>`
.. rst-class:: classref-property-setget
@@ -164,7 +164,7 @@ True if the GLTFBufferView's OpenGL GPU buffer type is an ``ELEMENT_ARRAY_BUFFER
.. rst-class:: classref-property
:ref:`bool<class_bool>` **vertex_attributes** = ``false``
:ref:`bool<class_bool>` **vertex_attributes** = ``false`` :ref:`🔗<class_GLTFBufferView_property_vertex_attributes>`
.. rst-class:: classref-property-setget
@@ -186,7 +186,7 @@ Method Descriptions
.. rst-class:: classref-method
:ref:`PackedByteArray<class_PackedByteArray>` **load_buffer_view_data**\ (\ state\: :ref:`GLTFState<class_GLTFState>`\ ) |const|
:ref:`PackedByteArray<class_PackedByteArray>` **load_buffer_view_data**\ (\ state\: :ref:`GLTFState<class_GLTFState>`\ ) |const| :ref:`🔗<class_GLTFBufferView_method_load_buffer_view_data>`
Loads the buffer view data from the buffer referenced by this buffer view in the given :ref:`GLTFState<class_GLTFState>`. Interleaved data with a byte stride is not yet supported by this method. The data is returned as a :ref:`PackedByteArray<class_PackedByteArray>`.