QNodeCreatedChangeBaseclass is the base class for allNodeCreatedQSceneChange事件。 更多 …
继承者: Qt3DRender.QFrameGraphNodeCreatedChangeBase
def
isNodeEnabled
()
def
parentId
()
QNodeCreatedChangeBaseclass is the base class for allQSceneChangeevents that have the changeType()NodeCreated. You should not need to instantiate this class. Usually you should be using one of its subclasses such asQNodeCreatedChange.You can subclass this to create your own node update types for communication between your
QNodeandQBackendNodesubclasses when writing your own aspects.
PySide2.Qt3DCore.Qt3DCore.
QNodeCreatedChangeBase
(
node
)
¶
注意
This constructor is deprecated.
- param node
QNode
构造新
QNodeCreatedChangeBase
with
node
.
PySide2.Qt3DCore.Qt3DCore.QNodeCreatedChangeBase.
isNodeEnabled
(
)
¶
bool
Returns node enabled.
PySide2.Qt3DCore.Qt3DCore.QNodeCreatedChangeBase.
parentId
(
)
¶
QNodeId
Returns parent id.