blockly > ConnectionChecker > doDragChecks
ConnectionChecker.doDragChecks() 메서드
드래그하여 이 연결을 설정할 수 있는지 확인합니다.
서명:
doDragChecks(a: RenderedConnection, b: RenderedConnection, distance: number): boolean;
매개변수
매개변수 | 유형 | 설명 |
---|---|---|
a | RenderedConnection | 드래그 중인 블록에서 비교할 연결입니다. |
b | RenderedConnection | 비교할 연결입니다. |
distance | 숫자 | 연결 간 허용되는 최대 거리입니다. |
반환:
부울
드래그 중에 연결이 허용되는 경우 true입니다.