QQuick3DExtensionHelpers Class

Extensions API 用のヘルパー関数です。詳細...

Header: #include <QQuick3DExtensionHelpers>
Since: Qt 6.6

静的パブリックメンバ

QSSGCameraId getCameraId(const QQuick3DObject &camera)
QSSGNodeId getNodeId(const QQuick3DObject &node)
QSSGResourceId getResourceId(const QQuick3DObject &resource)

詳細説明

メンバ関数のドキュメント

[static] QSSGCameraId QQuick3DExtensionHelpers::getCameraId(const QQuick3DObject &camera)

エンジン内の対応するcamera オブジェクトを取得するために使用できるQSSGCameraId を返します。

[static] QSSGNodeId QQuick3DExtensionHelpers::getNodeId(const QQuick3DObject &node)

node に対応するエンジン内のオブジェクトを取得するために使用できるQSSGNodeId を返します。

[static] QSSGResourceId QQuick3DExtensionHelpers::getResourceId(const QQuick3DObject &resource)

エンジン内の対応するresource オブジェクトを取得するために使用できるQSSGResourceId を返します。

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