blockly > blockRendering > 렌더러 > makeDrawer_

block렌더링.Renderer.makeDrawer_() 메서드

렌더러 창의 새 인스턴스를 생성합니다.

Signature:

protected makeDrawer_(block: BlockSvg, info: RenderInfo): Drawer;

매개변수

매개변수 유형 설명
블록 BlockSvg 렌더링할 블록입니다.
info RenderInfo 이 블록을 렌더링하는 데 필요한 모든 정보가 포함된 객체입니다.

반환: