BackdropGetter

class omni.kit.widget.graph.backdrop_getter.BackdropGetter(model: GraphModel, is_backdrop_fn: Callable[[Any], bool], graph_widget=None)

Bases: AbstractBatchPositionGetter

Helper to get the nodes that placed in the given backdrop

Methods

__init__(model, is_backdrop_fn[, graph_widget])

Attributes

__init__(model: GraphModel, is_backdrop_fn: Callable[[Any], bool], graph_widget=None)