mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 17:28:58 +00:00
classref: Sync with current master branch (f87858a8f)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user