Protected Readonly_The viewport the operator is operating on
ReadonlyisReadonlyneedsIndicates whether the operator needs to be validated validate to perform its action
Clear the current operator
Initialize the current operator
Called by the viewport when the user press a key.
Called by the viewport when the user unpress a key.
Called by the viewport when the user clicks. This means a onPointerDown
event followed by a onPointerUp event without any drag.
By default, opens the context menu on right button.
Called by the viewport when the user double clicks. This means a onPointerDown
event followed by a onPointerUp event without any drag twice.
Called by the viewport when the user presses the pointer.
Called by the viewport when the user drags the pointer.
Called by the viewport when the user moves the pointer.
Called by the viewport when the user releases the pointer.
Validates the current action if applicable
Default operator.