QSGMaterialType Struct

QSGMaterialType クラスは、QSGMaterial と組み合わせて一意の型トークンとして使用されます。さらに...

ヘッダー #include <QSGMaterialType>
CMake: find_package(Qt6 REQUIRED COMPONENTS Quick)
target_link_libraries(mytarget PRIVATE Qt6::Quick)
qmake: QT += quick

詳しい説明

QSGMaterial::type() 関数の外では、何の役にも立ちません。

注意: QSG 接頭辞を持つすべてのクラスは、シーングラフのレンダリングスレッドでのみ使用されるべきです。詳細はScene Graph and Renderingを参照してください。

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.