Class Mover
为 winS.UnityEditor.ProcessEditor.StepGraphView 提供移动相关功能的支持
Events
onEdgePan
当winS.UnityEditor.ProcessEditor.StepGraphView 进行边缘移动时, 调用该回调
public event Action onEdgePan;
Constructors
Mover(StepGraphView stepGraphView)
public Mover(StepGraphView stepGraphView)
Methods
EnableEdgePan()
public void EnableEdgePan()
DisableEdgePan()
public void DisableEdgePan()
CalculatePanSpeed(Vector2 mousePosition)
public void CalculatePanSpeed(Vector2 mousePosition)