BackdropDelegate
- class omni.kit.widget.graph.BackdropDelegate(scale_factor=1.0)
Bases:
GraphNodeDelegateFull
The delegate with the Omniverse design for the nodes of the closed state.
Methods
node_background
(model, node_desc)Called to create widgets of the node background
node_footer
(model, node_desc)Called to create widgets of the bottom of the node
node_header
(model, node_desc)Called to create widgets of the top of the node
- __init__(scale_factor=1.0)
- node_background(model, node_desc: GraphNodeDescription)
Called to create widgets of the node background
Called to create widgets of the bottom of the node
- node_header(model, node_desc: GraphNodeDescription)
Called to create widgets of the top of the node