Version: 2020.1
言語: 日本語
Experimental: this API is experimental and might be changed or removed in the future.

SelectionDragger

class in UnityEditor.Experimental.GraphView

/

継承:Experimental.GraphView.Dragger

マニュアルに切り替える

説明

Selection dragger manipulator.

コンストラクタ

SelectionDraggerSelectionDragger's constructor.

Protected 関数

OnMouseDownCalled on mouse down event.
OnMouseMoveCalled on mouse move event.
OnMouseUpCalled on mouse up event.
RegisterCallbacksOnTargetCalled to register click event callbacks on the target element.
UnregisterCallbacksFromTargetCalled to unregister event callbacks from the target element.

継承メンバー

変数

clampToParentEdgesIf true, it does not allow the dragged element to exit the parent's edges.
panSpeedWhen elements are dragged near the edges of the Graph, panning occurs. This controls the speed for said panning.
targetVisualElement being manipulated.
activatorsList of Activationfilters.

Protected 関数

CalculatePositionCalculate new position of the dragged element.
CanStartManipulationChecks whether MouseEvent satisfies all of the ManipulatorActivationFilter requirements.
CanStopManipulationChecks whether the MouseEvent is related to this Manipulator.