GLTFBufferView

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 GLTFBufferView within a script will cause an error in an exported project.

Properties

int

buffer

-1

int

byte_length

0

int

byte_offset

0

int

byte_stride

-1

bool

indices

false


Property Descriptions

int buffer = -1

  • void set_buffer ( int value )

  • int get_buffer ( )

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


int byte_length = 0

  • void set_byte_length ( int value )

  • int get_byte_length ( )

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 byte_stride = -1

  • void set_byte_stride ( int value )

  • int get_byte_stride ( )

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


bool indices = false

  • void set_indices ( bool value )

  • bool get_indices ( )

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