Buffer QML Type
Import Statement: | import Qt3D.Render 2.0 |
Instantiates: | QBuffer |
Properties
Detailed Description
Property Documentation
Holds the sync flag. When sync is true, this will force data created by a Qt3DRender::QBufferFunctor to also be updated on the frontend Qt3DRender::QBuffer node. By default sync is false.
Note: : This has no effect if the buffer's data was set directly using the data property.