AreaSelectionOperator
- class Communicator.Operator.AreaSelectionOperator()
Methods
Methods
addMapping
- Communicator.Operator.AreaSelectionOperator.addMapping(button, modifier)
Adds a button and key modifier mapping for the operator. If no mapping is provided, all combinations are considered valid. All mappings require a mouse button, but a key modifier is optional.
- Arguments
button (
Communicator.Button()
) –modifier (
Communicator.KeyModifiers()
) –
- Return type
void
clearMapping
- Communicator.Operator.AreaSelectionOperator.clearMapping()
Clears any button and key modifier mappings for the operator.
- Return type
void
clearSelection
- Communicator.Operator.AreaSelectionOperator.clearSelection()
- Return type
Promise[void]
getForceEffectiveSceneVisibilityMask
- Communicator.Operator.AreaSelectionOperator.getForceEffectiveSceneVisibilityMask()
Gets the mask used for forcing effective scene visibility during selection.
- Return type
Communicator.SelectionMask
hasActiveSelection
- Communicator.Operator.AreaSelectionOperator.hasActiveSelection()
- Return type
boolean
setForceEffectiveSceneVisibilityMask
- Communicator.Operator.AreaSelectionOperator.setForceEffectiveSceneVisibilityMask(mask)
Sets the mask used for forcing effective scene visibility during selection.
- Arguments
mask (
Communicator.SelectionMask()
) –
- Return type
void