:github_url: hide .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/3.6/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/3.6/modules/gltf/doc_classes/GLTFAccessor.xml. .. _class_GLTFAccessor: GLTFAccessor ============ **Inherits:** :ref:`Resource` **<** :ref:`Reference` **<** :ref:`Object` .. rst-class:: classref-introduction-group Description ----------- **Note:** This class is only compiled in editor builds. Run-time glTF loading and saving is *not* available in exported projects. References to **GLTFAccessor** within a script will cause an error in an exported project. .. rst-class:: classref-reftable-group Properties ---------- .. table:: :widths: auto +-------------------------------------------+-------------------------------------------------------------------------------------------------+-----------------------+ | :ref:`int` | :ref:`buffer_view` | ``0`` | +-------------------------------------------+-------------------------------------------------------------------------------------------------+-----------------------+ | :ref:`int` | :ref:`byte_offset` | ``0`` | +-------------------------------------------+-------------------------------------------------------------------------------------------------+-----------------------+ | :ref:`int` | :ref:`component_type` | ``0`` | +-------------------------------------------+-------------------------------------------------------------------------------------------------+-----------------------+ | :ref:`int` | :ref:`count` | ``0`` | +-------------------------------------------+-------------------------------------------------------------------------------------------------+-----------------------+ | :ref:`PoolRealArray` | :ref:`max` | ``PoolRealArray( )`` | +-------------------------------------------+-------------------------------------------------------------------------------------------------+-----------------------+ | :ref:`PoolRealArray` | :ref:`min` | ``PoolRealArray( )`` | +-------------------------------------------+-------------------------------------------------------------------------------------------------+-----------------------+ | :ref:`bool` | :ref:`normalized` | ``false`` | +-------------------------------------------+-------------------------------------------------------------------------------------------------+-----------------------+ | :ref:`int` | :ref:`sparse_count` | ``0`` | +-------------------------------------------+-------------------------------------------------------------------------------------------------+-----------------------+ | :ref:`int` | :ref:`sparse_indices_buffer_view` | ``0`` | +-------------------------------------------+-------------------------------------------------------------------------------------------------+-----------------------+ | :ref:`int` | :ref:`sparse_indices_byte_offset` | ``0`` | +-------------------------------------------+-------------------------------------------------------------------------------------------------+-----------------------+ | :ref:`int` | :ref:`sparse_indices_component_type` | ``0`` | +-------------------------------------------+-------------------------------------------------------------------------------------------------+-----------------------+ | :ref:`int` | :ref:`sparse_values_buffer_view` | ``0`` | +-------------------------------------------+-------------------------------------------------------------------------------------------------+-----------------------+ | :ref:`int` | :ref:`sparse_values_byte_offset` | ``0`` | +-------------------------------------------+-------------------------------------------------------------------------------------------------+-----------------------+ | :ref:`int` | :ref:`type` | ``0`` | +-------------------------------------------+-------------------------------------------------------------------------------------------------+-----------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_GLTFAccessor_property_buffer_view: .. rst-class:: classref-property :ref:`int` **buffer_view** = ``0`` .. rst-class:: classref-property-setget - void **set_buffer_view** **(** :ref:`int` value **)** - :ref:`int` **get_buffer_view** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_GLTFAccessor_property_byte_offset: .. rst-class:: classref-property :ref:`int` **byte_offset** = ``0`` .. rst-class:: classref-property-setget - void **set_byte_offset** **(** :ref:`int` value **)** - :ref:`int` **get_byte_offset** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_GLTFAccessor_property_component_type: .. rst-class:: classref-property :ref:`int` **component_type** = ``0`` .. rst-class:: classref-property-setget - void **set_component_type** **(** :ref:`int` value **)** - :ref:`int` **get_component_type** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_GLTFAccessor_property_count: .. rst-class:: classref-property :ref:`int` **count** = ``0`` .. rst-class:: classref-property-setget - void **set_count** **(** :ref:`int` value **)** - :ref:`int` **get_count** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_GLTFAccessor_property_max: .. rst-class:: classref-property :ref:`PoolRealArray` **max** = ``PoolRealArray( )`` .. rst-class:: classref-property-setget - void **set_max** **(** :ref:`PoolRealArray` value **)** - :ref:`PoolRealArray` **get_max** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_GLTFAccessor_property_min: .. rst-class:: classref-property :ref:`PoolRealArray` **min** = ``PoolRealArray( )`` .. rst-class:: classref-property-setget - void **set_min** **(** :ref:`PoolRealArray` value **)** - :ref:`PoolRealArray` **get_min** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_GLTFAccessor_property_normalized: .. rst-class:: classref-property :ref:`bool` **normalized** = ``false`` .. rst-class:: classref-property-setget - void **set_normalized** **(** :ref:`bool` value **)** - :ref:`bool` **get_normalized** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_GLTFAccessor_property_sparse_count: .. rst-class:: classref-property :ref:`int` **sparse_count** = ``0`` .. rst-class:: classref-property-setget - void **set_sparse_count** **(** :ref:`int` value **)** - :ref:`int` **get_sparse_count** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_GLTFAccessor_property_sparse_indices_buffer_view: .. rst-class:: classref-property :ref:`int` **sparse_indices_buffer_view** = ``0`` .. rst-class:: classref-property-setget - void **set_sparse_indices_buffer_view** **(** :ref:`int` value **)** - :ref:`int` **get_sparse_indices_buffer_view** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_GLTFAccessor_property_sparse_indices_byte_offset: .. rst-class:: classref-property :ref:`int` **sparse_indices_byte_offset** = ``0`` .. rst-class:: classref-property-setget - void **set_sparse_indices_byte_offset** **(** :ref:`int` value **)** - :ref:`int` **get_sparse_indices_byte_offset** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_GLTFAccessor_property_sparse_indices_component_type: .. rst-class:: classref-property :ref:`int` **sparse_indices_component_type** = ``0`` .. rst-class:: classref-property-setget - void **set_sparse_indices_component_type** **(** :ref:`int` value **)** - :ref:`int` **get_sparse_indices_component_type** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_GLTFAccessor_property_sparse_values_buffer_view: .. rst-class:: classref-property :ref:`int` **sparse_values_buffer_view** = ``0`` .. rst-class:: classref-property-setget - void **set_sparse_values_buffer_view** **(** :ref:`int` value **)** - :ref:`int` **get_sparse_values_buffer_view** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_GLTFAccessor_property_sparse_values_byte_offset: .. rst-class:: classref-property :ref:`int` **sparse_values_byte_offset** = ``0`` .. rst-class:: classref-property-setget - void **set_sparse_values_byte_offset** **(** :ref:`int` value **)** - :ref:`int` **get_sparse_values_byte_offset** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_GLTFAccessor_property_type: .. rst-class:: classref-property :ref:`int` **type** = ``0`` .. rst-class:: classref-property-setget - void **set_type** **(** :ref:`int` value **)** - :ref:`int` **get_type** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. |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.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`