InstanceModel QML Type
インスタンステーブルに基づいてデータモデルを定義します。詳細...
Import Statement: | import QtQuick3D.Helpers |
Since: | Qt 6.4 |
Inherits: |
プロパティ
- instancingTable : Instancing
詳細な説明
InstanceModel QML 型は、Instancing テーブルの要素へのアクセスを提供するデータモデルである。
以下のロールが利用可能です:
役割名 | 説明 |
---|---|
modelPosition | インスタンスの位置vector3d |
modelRotation | インスタンスの回転quaternion |
modelScale | インスタンスのスケールvector3d |
modelColor | インスタンスのcolor |
modelData | インスタンスのカスタムデータvector4d |
InstanceRepeaterも参照してください 。
プロパティの説明
instancingTable : Instancing |
このプロパティは、モデルの基礎となるインスタンステーブルを指定します。
© 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.