GLTFAccessor

Inherits: Resource < Reference < Object

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.

Properties

int

buffer_view

0

int

byte_offset

0

int

component_type

0

int

count

0

PoolRealArray

max

PoolRealArray(  )

PoolRealArray

min

PoolRealArray(  )

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 = 0

  • 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!


PoolRealArray max = PoolRealArray(  )

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


PoolRealArray min = PoolRealArray(  )

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!