classref: Sync with current master branch (f87858a8f)

This commit is contained in:
Yuri Sizov
2022-12-05 20:38:58 +03:00
parent 913ff5e602
commit a7745c4cc4
843 changed files with 158186 additions and 80821 deletions
+65 -51
View File
@@ -16,107 +16,121 @@ GLTFBufferView
There is currently no description for this class. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
.. rst-class:: classref-reftable-group
Properties
----------
+-------------------------+---------------------------------------------------------------+-----------+
| :ref:`int<class_int>` | :ref:`buffer<class_GLTFBufferView_property_buffer>` | ``-1`` |
+-------------------------+---------------------------------------------------------------+-----------+
| :ref:`int<class_int>` | :ref:`byte_length<class_GLTFBufferView_property_byte_length>` | ``0`` |
+-------------------------+---------------------------------------------------------------+-----------+
| :ref:`int<class_int>` | :ref:`byte_offset<class_GLTFBufferView_property_byte_offset>` | ``0`` |
+-------------------------+---------------------------------------------------------------+-----------+
| :ref:`int<class_int>` | :ref:`byte_stride<class_GLTFBufferView_property_byte_stride>` | ``-1`` |
+-------------------------+---------------------------------------------------------------+-----------+
| :ref:`bool<class_bool>` | :ref:`indices<class_GLTFBufferView_property_indices>` | ``false`` |
+-------------------------+---------------------------------------------------------------+-----------+
.. table::
:widths: auto
+-------------------------+---------------------------------------------------------------+-----------+
| :ref:`int<class_int>` | :ref:`buffer<class_GLTFBufferView_property_buffer>` | ``-1`` |
+-------------------------+---------------------------------------------------------------+-----------+
| :ref:`int<class_int>` | :ref:`byte_length<class_GLTFBufferView_property_byte_length>` | ``0`` |
+-------------------------+---------------------------------------------------------------+-----------+
| :ref:`int<class_int>` | :ref:`byte_offset<class_GLTFBufferView_property_byte_offset>` | ``0`` |
+-------------------------+---------------------------------------------------------------+-----------+
| :ref:`int<class_int>` | :ref:`byte_stride<class_GLTFBufferView_property_byte_stride>` | ``-1`` |
+-------------------------+---------------------------------------------------------------+-----------+
| :ref:`bool<class_bool>` | :ref:`indices<class_GLTFBufferView_property_indices>` | ``false`` |
+-------------------------+---------------------------------------------------------------+-----------+
.. rst-class:: classref-section-separator
----
.. rst-class:: classref-descriptions-group
Property Descriptions
---------------------
.. _class_GLTFBufferView_property_buffer:
- :ref:`int<class_int>` **buffer**
.. rst-class:: classref-property
+-----------+-------------------+
| *Default* | ``-1`` |
+-----------+-------------------+
| *Setter* | set_buffer(value) |
+-----------+-------------------+
| *Getter* | get_buffer() |
+-----------+-------------------+
:ref:`int<class_int>` **buffer** = ``-1``
.. rst-class:: classref-property-setget
- void **set_buffer** **(** :ref:`int<class_int>` value **)**
- :ref:`int<class_int>` **get_buffer** **(** **)**
.. container:: contribute
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
.. rst-class:: classref-item-separator
----
.. _class_GLTFBufferView_property_byte_length:
- :ref:`int<class_int>` **byte_length**
.. rst-class:: classref-property
+-----------+------------------------+
| *Default* | ``0`` |
+-----------+------------------------+
| *Setter* | set_byte_length(value) |
+-----------+------------------------+
| *Getter* | get_byte_length() |
+-----------+------------------------+
:ref:`int<class_int>` **byte_length** = ``0``
.. rst-class:: classref-property-setget
- void **set_byte_length** **(** :ref:`int<class_int>` value **)**
- :ref:`int<class_int>` **get_byte_length** **(** **)**
.. container:: contribute
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
.. rst-class:: classref-item-separator
----
.. _class_GLTFBufferView_property_byte_offset:
- :ref:`int<class_int>` **byte_offset**
.. rst-class:: classref-property
+-----------+------------------------+
| *Default* | ``0`` |
+-----------+------------------------+
| *Setter* | set_byte_offset(value) |
+-----------+------------------------+
| *Getter* | get_byte_offset() |
+-----------+------------------------+
:ref:`int<class_int>` **byte_offset** = ``0``
.. rst-class:: classref-property-setget
- void **set_byte_offset** **(** :ref:`int<class_int>` value **)**
- :ref:`int<class_int>` **get_byte_offset** **(** **)**
.. container:: contribute
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
.. rst-class:: classref-item-separator
----
.. _class_GLTFBufferView_property_byte_stride:
- :ref:`int<class_int>` **byte_stride**
.. rst-class:: classref-property
+-----------+------------------------+
| *Default* | ``-1`` |
+-----------+------------------------+
| *Setter* | set_byte_stride(value) |
+-----------+------------------------+
| *Getter* | get_byte_stride() |
+-----------+------------------------+
:ref:`int<class_int>` **byte_stride** = ``-1``
.. rst-class:: classref-property-setget
- void **set_byte_stride** **(** :ref:`int<class_int>` value **)**
- :ref:`int<class_int>` **get_byte_stride** **(** **)**
.. container:: contribute
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
.. rst-class:: classref-item-separator
----
.. _class_GLTFBufferView_property_indices:
- :ref:`bool<class_bool>` **indices**
.. rst-class:: classref-property
+-----------+--------------------+
| *Default* | ``false`` |
+-----------+--------------------+
| *Setter* | set_indices(value) |
+-----------+--------------------+
| *Getter* | get_indices() |
+-----------+--------------------+
:ref:`bool<class_bool>` **indices** = ``false``
.. rst-class:: classref-property-setget
- void **set_indices** **(** :ref:`bool<class_bool>` value **)**
- :ref:`bool<class_bool>` **get_indices** **(** **)**
.. container:: contribute