Up to date

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

GLTFBufferView

继承: Resource < RefCounted < Object

目前没有这个类的描述。请帮我们贡献一个

教程

属性

int

buffer

-1

int

byte_length

0

int

byte_offset

0

int

byte_stride

-1

bool

indices

false


属性说明

int buffer = -1

  • void set_buffer ( int value )

  • int get_buffer ( )

目前没有这个属性的描述。请帮我们贡献一个


int byte_length = 0

  • void set_byte_length ( int value )

  • int get_byte_length ( )

目前没有这个属性的描述。请帮我们贡献一个


int byte_offset = 0

  • void set_byte_offset ( int value )

  • int get_byte_offset ( )

目前没有这个属性的描述。请帮我们贡献一个


int byte_stride = -1

  • void set_byte_stride ( int value )

  • int get_byte_stride ( )

目前没有这个属性的描述。请帮我们贡献一个


bool indices = false

  • void set_indices ( bool value )

  • bool get_indices ( )

目前没有这个属性的描述。请帮我们贡献一个