FloorplanOperator

class Operators.FloorplanOperator()

Methods

addMapping

FloorplanOperator.addMapping(button, modifier)
Arguments:
  • button (Button()) – None
  • modifier (KeyModifiers()) – None

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.

Return type:void

clearMapping

FloorplanOperator.clearMapping()

Clears any button and key modifier mappings for the operator.

Return type:void

restrictToAvatar

FloorplanOperator.restrictToAvatar(restrict)
Arguments:
  • restrict (boolean()) – None

Set whether or not dragging is restricted to the avatar. If true the operator will only function if the selection begins on the avatar

Return type:void

setMapping

FloorplanOperator.setMapping(button, modifier)
Arguments:
  • button (Button()) – None
  • modifier (KeyModifiers()) – None

Sets the button and key modifier mapping for the operator.

Return type:void