SelectAllCommand
- class omni.kit.selection.selection.SelectAllCommand(type=None)
Bases:
Command
Select all prims.
- Parameters
type (Optional[str]) – Specific type name. If it’s None, it will select
"" (all prims. If it has type str with value) –
type. (it will select prims with that) –
Otherwise –
type. –
Methods
__init__
([type])do
()undo
()- __init__(type=None)