Qt 3D Logic C++ Classes

Qt 3D 로직 모듈을 사용하면 Qt 3D 백엔드와 프레임을 동기화할 수 있습니다. 더 보기...

이 모듈은 6.8부터 더 이상 사용되지 않습니다. 새 코드에 사용하지 않는 것이 좋습니다.

네임스페이스

Qt3DLogic

프레임 동기화를 활성화하는 클래스를 포함합니다.

Qt3DLogic::Logic

모듈의 QML 유형을 가져와 사용하는 데 사용됩니다.

클래스

Qt3DLogic::QFrameAction

매 프레임마다 동기 함수가 실행되도록 하는 방법을 제공합니다.

Qt3DLogic::QLogicAspect

프레임 동기화 작업 처리를 담당합니다.

자세한 설명

이 모듈의 클래스를 사용하려면 이 지시어를 C++ 파일에 추가하세요:

#include <Qt3DLogic>

해당 C++ 라이브러리에 링크하려면 qmake 프로젝트 파일에 다음을 추가합니다:

QT += 3dLogic

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