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.