PlaneShape QML Type

무한 평면을 정의하는 충돌 도형입니다. 더 보기...

Import Statement: import QtQuick3D.Physics
Since: Qt 6.4
Inherits:

CollisionShape

상세 설명

PlaneShape 유형은 무한 평면을 정의합니다. 평면은 공간을 "위"와 "아래"로 나눕니다. 평면의 "아래"에 있는 모든 것은 평면과 충돌하여 위로 밀려납니다. 평면의 방향은 수직입니다. 평면은 "위"가 양수 Z를 향해 옆으로 향하는 XY 평면에 놓입니다.

PlaneShape는 StaticRigidBodykinematic bodies 에서만 사용할 수 있습니다.

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