包含用于 Qt 3D 模拟框架的基础类,及提供使用 Qt 3D 框架进行渲染的能力类。 更多 …
def
qHash
(id[, seed=0])
def
qIdForNode
(node)
PySide2.Qt3DCore.Qt3DCore.
ChangeFlag
¶
The types of change that can be sent and received by Qt3D’s change notification system.
|
常量 |
描述 |
|---|---|
|
Qt3DCore.QSceneChange.NodeCreated |
A new instance of a
|
|
Qt3DCore.QSceneChange.NodeDeleted |
A
|
|
Qt3DCore.QSceneChange.PropertyUpdated |
A
|
|
Qt3DCore.QSceneChange.PropertyValueAdded |
A
|
|
Qt3DCore.QSceneChange.PropertyValueRemoved |
A
|
|
Qt3DCore.QSceneChange.CommandRequested |
A
|
|
Qt3DCore.QSceneChange.ComponentAdded |
A
|
|
Qt3DCore.QSceneChange.ComponentRemoved |
A
|
|
Qt3DCore.QSceneChange.CallbackTriggered |
A
|
|
Qt3DCore.QSceneChange.AllChanges |
Allows an observer to monitor for any of the above changes. |