classref: Sync with current master branch (7d9923b2e)

This commit is contained in:
Rémi Verschelde
2022-11-17 21:03:53 +01:00
parent c2d9bd8436
commit 34089af20f
256 changed files with 8630 additions and 715 deletions

View File

@@ -12,7 +12,9 @@ GLTFAccessor
**Inherits:** :ref:`Resource<class_Resource>` **<** :ref:`RefCounted<class_RefCounted>` **<** :ref:`Object<class_Object>`
.. container:: contribute
There is currently no description for this class. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
Properties
----------
@@ -62,6 +64,10 @@ Property Descriptions
| *Getter* | get_buffer_view() |
+-----------+------------------------+
.. container:: contribute
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
----
.. _class_GLTFAccessor_property_byte_offset:
@@ -76,6 +82,10 @@ Property Descriptions
| *Getter* | 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>`!
----
.. _class_GLTFAccessor_property_component_type:
@@ -90,6 +100,10 @@ Property Descriptions
| *Getter* | get_component_type() |
+-----------+---------------------------+
.. container:: contribute
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
----
.. _class_GLTFAccessor_property_count:
@@ -104,6 +118,10 @@ Property Descriptions
| *Getter* | get_count() |
+-----------+------------------+
.. container:: contribute
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
----
.. _class_GLTFAccessor_property_max:
@@ -118,6 +136,10 @@ Property Descriptions
| *Getter* | get_max() |
+-----------+--------------------------+
.. container:: contribute
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
----
.. _class_GLTFAccessor_property_min:
@@ -132,6 +154,10 @@ Property Descriptions
| *Getter* | get_min() |
+-----------+--------------------------+
.. container:: contribute
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
----
.. _class_GLTFAccessor_property_normalized:
@@ -146,6 +172,10 @@ Property Descriptions
| *Getter* | get_normalized() |
+-----------+-----------------------+
.. container:: contribute
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
----
.. _class_GLTFAccessor_property_sparse_count:
@@ -160,6 +190,10 @@ Property Descriptions
| *Getter* | get_sparse_count() |
+-----------+-------------------------+
.. container:: contribute
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
----
.. _class_GLTFAccessor_property_sparse_indices_buffer_view:
@@ -174,6 +208,10 @@ Property Descriptions
| *Getter* | get_sparse_indices_buffer_view() |
+-----------+---------------------------------------+
.. container:: contribute
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
----
.. _class_GLTFAccessor_property_sparse_indices_byte_offset:
@@ -188,6 +226,10 @@ Property Descriptions
| *Getter* | get_sparse_indices_byte_offset() |
+-----------+---------------------------------------+
.. container:: contribute
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
----
.. _class_GLTFAccessor_property_sparse_indices_component_type:
@@ -202,6 +244,10 @@ Property Descriptions
| *Getter* | get_sparse_indices_component_type() |
+-----------+------------------------------------------+
.. container:: contribute
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
----
.. _class_GLTFAccessor_property_sparse_values_buffer_view:
@@ -216,6 +262,10 @@ Property Descriptions
| *Getter* | get_sparse_values_buffer_view() |
+-----------+--------------------------------------+
.. container:: contribute
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
----
.. _class_GLTFAccessor_property_sparse_values_byte_offset:
@@ -230,6 +280,10 @@ Property Descriptions
| *Getter* | get_sparse_values_byte_offset() |
+-----------+--------------------------------------+
.. container:: contribute
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
----
.. _class_GLTFAccessor_property_type:
@@ -244,6 +298,10 @@ Property Descriptions
| *Getter* | get_type() |
+-----------+-----------------+
.. container:: contribute
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
.. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
.. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`