SelectionGetter

class omni.kit.widget.graph.selection_getter.SelectionGetter(model: GraphModel)

Bases: AbstractBatchPositionGetter

Helper to get the selection of the given model. It’s supposed to be used with GraphModelBatchPosition.

Methods

__init__(model)

Attributes

__init__(model: GraphModel)