.. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/master/docs/gdscript/modules/gltf/doc_classes/GLTFAccessor.xml. .. _class_GLTFAccessor: GLTFAccessor ============ **Inherits:** :ref:`Resource` **<** :ref:`RefCounted` **<** :ref:`Object` .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. rst-class:: classref-reftable-group Properties ---------- .. table:: :widths: auto +-------------------------------------------------------------+-------------------------------------------------------------------------------------------------+--------------------------+ | :ref:`GLTFAccessorType` | :ref:`accessor_type` | ``0`` | +-------------------------------------------------------------+-------------------------------------------------------------------------------------------------+--------------------------+ | :ref:`int` | :ref:`buffer_view` | ``-1`` | +-------------------------------------------------------------+-------------------------------------------------------------------------------------------------+--------------------------+ | :ref:`int` | :ref:`byte_offset` | ``0`` | +-------------------------------------------------------------+-------------------------------------------------------------------------------------------------+--------------------------+ | :ref:`int` | :ref:`component_type` | ``0`` | +-------------------------------------------------------------+-------------------------------------------------------------------------------------------------+--------------------------+ | :ref:`int` | :ref:`count` | ``0`` | +-------------------------------------------------------------+-------------------------------------------------------------------------------------------------+--------------------------+ | :ref:`PackedFloat64Array` | :ref:`max` | ``PackedFloat64Array()`` | +-------------------------------------------------------------+-------------------------------------------------------------------------------------------------+--------------------------+ | :ref:`PackedFloat64Array` | :ref:`min` | ``PackedFloat64Array()`` | +-------------------------------------------------------------+-------------------------------------------------------------------------------------------------+--------------------------+ | :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` | | +-------------------------------------------------------------+-------------------------------------------------------------------------------------------------+--------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Enumerations ------------ .. _enum_GLTFAccessor_GLTFAccessorType: .. rst-class:: classref-enumeration enum **GLTFAccessorType**: .. _class_GLTFAccessor_constant_TYPE_SCALAR: .. rst-class:: classref-enumeration-constant :ref:`GLTFAccessorType` **TYPE_SCALAR** = ``0`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_GLTFAccessor_constant_TYPE_VEC2: .. rst-class:: classref-enumeration-constant :ref:`GLTFAccessorType` **TYPE_VEC2** = ``1`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_GLTFAccessor_constant_TYPE_VEC3: .. rst-class:: classref-enumeration-constant :ref:`GLTFAccessorType` **TYPE_VEC3** = ``2`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_GLTFAccessor_constant_TYPE_VEC4: .. rst-class:: classref-enumeration-constant :ref:`GLTFAccessorType` **TYPE_VEC4** = ``3`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_GLTFAccessor_constant_TYPE_MAT2: .. rst-class:: classref-enumeration-constant :ref:`GLTFAccessorType` **TYPE_MAT2** = ``4`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_GLTFAccessor_constant_TYPE_MAT3: .. rst-class:: classref-enumeration-constant :ref:`GLTFAccessorType` **TYPE_MAT3** = ``5`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_GLTFAccessor_constant_TYPE_MAT4: .. rst-class:: classref-enumeration-constant :ref:`GLTFAccessorType` **TYPE_MAT4** = ``6`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_GLTFAccessor_property_accessor_type: .. rst-class:: classref-property :ref:`GLTFAccessorType` **accessor_type** = ``0`` .. rst-class:: classref-property-setget - void **set_accessor_type** **(** :ref:`GLTFAccessorType` value **)** - :ref:`GLTFAccessorType` **get_accessor_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_buffer_view: .. rst-class:: classref-property :ref:`int` **buffer_view** = ``-1`` .. 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:`PackedFloat64Array` **max** = ``PackedFloat64Array()`` .. rst-class:: classref-property-setget - void **set_max** **(** :ref:`PackedFloat64Array` value **)** - :ref:`PackedFloat64Array` **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:`PackedFloat64Array` **min** = ``PackedFloat64Array()`` .. rst-class:: classref-property-setget - void **set_min** **(** :ref:`PackedFloat64Array` value **)** - :ref:`PackedFloat64Array` **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** .. 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.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`