PickingMode
- class omni.usd.PickingMode
Bases:
pybind11_object
Members:
NONE
RESET_AND_SELECT
MERGE_SELECTION
INVERT_SELECTION
TRACK
Methods
__init__
(self, value)Attributes
INVERT_SELECTION
MERGE_SELECTION
NONE
RESET_AND_SELECT
TRACK
value
- __init__(self: omni.usd._usd.PickingMode, value: int) None
- property name