Buffer QML Type

Provides a data store for raw data to later be used as vertices or uniforms. 更多...

导入语句: import Qt3D.Render 2.0
实例化: QBuffer

特性

详细描述

特性文档编制

syncData : bool

Holds the syncData flag. When syncData is true, this will force data created by a Qt3DRender::QBufferDataGenerator to also be updated on the frontend Qt3DRender::QBuffer node. By default syncData is false.

注意: : This has no effect if the buffer's data was set directly using the data property.


type : QBuffer::BufferType

Holds the buffer type.


usage : QBuffer::UsageType

Holds the buffer usage.