Up to date

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

GLTFBufferView

Inherits: Resource < RefCounted < Object

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

Tutorials

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!