Obsolete Members for Buffer
The following members of QML type Buffer are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
Properties
Property Documentation
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.
Note: : This has no effect if the buffer's data was set directly using the data property.