SelectionMode
- class omni.kit.manipulator.selection.SelectionMode
Bases:
object
An enumeration for different selection modes in a manipulator.
Methods
Attributes
Mode to add to the current selection.
Mode to remove from the current selection.
Mode to replace the current selection with the new selection.
- __init__()
- APPEND = 1
Mode to add to the current selection.
- REMOVE = 2
Mode to remove from the current selection.
- REPLACE = 0
Mode to replace the current selection with the new selection.