SelectListCommand

class omni.kit.selection.selection.SelectListCommand(**kwargs)

Bases: Command

Set the new selection from the given list of prim paths.

Keyword Arguments

selection (List[str]) – the new selection to set.

Methods

__init__(**kwargs)

do()

undo()

__init__(**kwargs)