Entity QML Type

Entityは、Node のサブクラスで、Component3D のインスタンスを集約することができます。詳細...

Import Statement: import Qt3D.Core 2.8
In C++: QEntity
Inherits:

Node

Inherited By:

Camera, EntityLoader, FirstPersonCameraController, LevelOfDetailLoader, and OrbitCameraController

Status: Deprecated

プロパティ

詳細説明

Entity 自体は空のシェルである。Entity オブジェクトの動作は、それが参照するComponent3D オブジェクトによって定義されます。各Qt3Dバックエンドのアスペクトは、Entityがどのコンポーネントで構成されているかを認識することで、Entityを解釈し処理することができます。あるアスペクトは、単一のTransform コンポーネントから構成されるエンティティのみを処理することにするかもしれませんし、別のアスペクトはMouseHandler に焦点を当てるかもしれません。

Qt3D.Core::Component3D およびQt3D.Core::Transformも参照してください

プロパティ Documentation

components : list<Component3D> [read-only]

エンティティの振る舞いを定義するComponent3D インスタンスのリストを保持します。


© 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.