Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qphysxstaticbody_p.h
Go to the documentation of this file.
1
// Copyright (C) 2023 The Qt Company Ltd.
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3
// Qt-Security score:significant reason:default
4
5
#
ifndef
PHYSXSTATICBODY_H
6
#
define
PHYSXSTATICBODY_H
7
8
//
9
// W A R N I N G
10
// -------------
11
//
12
// This file is not part of the Qt API. It exists purely as an
13
// implementation detail. This header file may change from version to
14
// version without notice, or even be removed.
15
//
16
// We mean it.
17
//
18
19
#
include
"physxnode/qphysxrigidbody_p.h"
20
#
include
"qtconfigmacros.h"
21
22
QT_BEGIN_NAMESPACE
23
class
QStaticRigidBody;
24
25
class
QPhysXStaticBody
:
public
QPhysXRigidBody
26
{
27
public
:
28
QPhysXStaticBody
(QStaticRigidBody *frontEnd);
29
30
DebugDrawBodyType
getDebugDrawBodyType
()
override
;
31
void
sync
(
float
deltaTime, QHash<QQuick3DNode *, QMatrix4x4> &transformCache)
override
;
32
void
createActor
(
QPhysXWorld
*physX)
override
;
33
};
34
35
QT_END_NAMESPACE
36
37
#
endif
QPhysXRigidBody
Definition
qphysxrigidbody_p.h:28
QPhysXStaticBody
Definition
qphysxstaticbody_p.h:26
QPhysXStaticBody::QPhysXStaticBody
QPhysXStaticBody(QStaticRigidBody *frontEnd)
Definition
qphysxstaticbody.cpp:18
QPhysXStaticBody::createActor
void createActor(QPhysXWorld *physX) override
Definition
qphysxstaticbody.cpp:45
QPhysXStaticBody::sync
void sync(float deltaTime, QHash< QQuick3DNode *, QMatrix4x4 > &transformCache) override
Definition
qphysxstaticbody.cpp:25
QPhysXStaticBody::getDebugDrawBodyType
DebugDrawBodyType getDebugDrawBodyType() override
Definition
qphysxstaticbody.cpp:20
QPhysXWorld
Definition
qphysxworld_p.h:33
DebugDrawBodyType
DebugDrawBodyType
Definition
qabstractphysxnode_p.h:39
DebugDrawBodyType::Static
@ Static
Definition
qabstractphysxnode_p.h:40
QT_BEGIN_NAMESPACE
#define QT_BEGIN_NAMESPACE
Definition
qtconfigmacros.h:161
QT_END_NAMESPACE
#define QT_END_NAMESPACE
Definition
qtconfigmacros.h:162
StaticPhysXObjects
Definition
qstaticphysxobjects_p.h:35
StaticPhysXObjects::getReference
static StaticPhysXObjects & getReference()
Definition
qstaticphysxobjects.cpp:14
qtquick3dphysics
src
quick3dphysics
physxnode
qphysxstaticbody_p.h
Generated on
for Qt by
1.16.1