Up to date

This page is up to date for Godot 4.2. If you still find outdated information, please open an issue.

GLTFAccessor

Inherits: Resource < RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Tutorials

Properties

int

buffer_view

-1

int

byte_offset

0

int

component_type

0

int

count

0

PackedFloat64Array

max

PackedFloat64Array()

PackedFloat64Array

min

PackedFloat64Array()

bool

normalized

false

int

sparse_count

0

int

sparse_indices_buffer_view

0

int

sparse_indices_byte_offset

0

int

sparse_indices_component_type

0

int

sparse_values_buffer_view

0

int

sparse_values_byte_offset

0

int

type

0


Property Descriptions

int buffer_view = -1

  • void set_buffer_view ( int value )

  • int get_buffer_view ( )

There is currently no description for this property. Please help us by contributing one!


int byte_offset = 0

  • void set_byte_offset ( int value )

  • int get_byte_offset ( )

There is currently no description for this property. Please help us by contributing one!


int component_type = 0

  • void set_component_type ( int value )

  • int get_component_type ( )

There is currently no description for this property. Please help us by contributing one!


int count = 0

  • void set_count ( int value )

  • int get_count ( )

There is currently no description for this property. Please help us by contributing one!


PackedFloat64Array max = PackedFloat64Array()

There is currently no description for this property. Please help us by contributing one!


PackedFloat64Array min = PackedFloat64Array()

There is currently no description for this property. Please help us by contributing one!


bool normalized = false

  • void set_normalized ( bool value )

  • bool get_normalized ( )

There is currently no description for this property. Please help us by contributing one!


int sparse_count = 0

  • void set_sparse_count ( int value )

  • int get_sparse_count ( )

There is currently no description for this property. Please help us by contributing one!


int sparse_indices_buffer_view = 0

  • void set_sparse_indices_buffer_view ( int value )

  • int get_sparse_indices_buffer_view ( )

There is currently no description for this property. Please help us by contributing one!


int sparse_indices_byte_offset = 0

  • void set_sparse_indices_byte_offset ( int value )

  • int get_sparse_indices_byte_offset ( )

There is currently no description for this property. Please help us by contributing one!


int sparse_indices_component_type = 0

  • void set_sparse_indices_component_type ( int value )

  • int get_sparse_indices_component_type ( )

There is currently no description for this property. Please help us by contributing one!


int sparse_values_buffer_view = 0

  • void set_sparse_values_buffer_view ( int value )

  • int get_sparse_values_buffer_view ( )

There is currently no description for this property. Please help us by contributing one!


int sparse_values_byte_offset = 0

  • void set_sparse_values_byte_offset ( int value )

  • int get_sparse_values_byte_offset ( )

There is currently no description for this property. Please help us by contributing one!


int type = 0

  • void set_type ( int value )

  • int get_type ( )

There is currently no description for this property. Please help us by contributing one!