XrRuntimeInfo QML Type
XRランタイムに関する情報を表示する。詳細...
Import Statement: | import QtQuick3D.Xr |
Since: | Qt 6.8 |
Inherits: | |
Status: | Technical Preview |
プロパティ
- enabledExtensions : list<string>
- graphicsApiName : string
- runtimeName : string
- runtimeVersion : string
詳細説明
この型は、有効な拡張機能、ランタイム名、バージョン、グラフィックスAPI名、マルチビューレンダリングのサポート有無など、XRランタイムに関する情報を提供する。
注: この型はXrView によって自動的に作成され、手動で作成することはできません。
プロパティ ドキュメント
有効な XR 拡張のリスト。
このプロパティは、ランタイムで現在有効になっているXR拡張の名前を含むQStringList 。
注: このリストは、ランタイムの実装によって異なる可能性があり、空である可能性もある。
graphicsApiName : string |
XRランタイムが使用するグラフィックスAPIの名前。
このプロパティは、XRランタイムが利用するグラフィックスAPIの名前(例えば、"Vulkan")を保持する。
runtimeName : string |
XRランタイムの名前。
このプロパティは、使用されているXRランタイムの人間が読める名前を提供します。
runtimeVersion : string |
XRランタイムのバージョン。
このプロパティは、XRランタイムのバージョン文字列を保持する(例えば、「1.0.0」)。
© 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.