QBackendNode露
- PyQt5.Qt3DCore.QBackendNode
Description露
The base class for all Qt3D backend nodes.
Enums露
- Mode
The mode for the backend node.
Member
Value
Description
ReadOnly TODO
TODO
ReadWrite TODO
TODO
Methods露
- isEnabled() → bool
Returns
true
if the backend node is enabled.
- mode() → Mode
Returns the mode of the backend mode.
- notifyObservers(QSceneChange)
Notifies observers of scene change e.
- peerId() → QNodeId
Returns the peer id of the backend node.
- sceneChangeEvent(QSceneChange)
TODO e
- sendCommand(str, Any, replyTo: int = Qt3DCore.QNodeCommand.CommandId()) → int
TODO
- sendReply(QNodeCommand)
TODO
- setEnabled(bool)
Enables or disables the backend node by enabled.
See also