연구 설문조사: Blockly 사용 경험을 알려주세요
설문조사 시작
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
차단 > blockRendering > 창 > drawInternals_
블록 렌더링.Drawer.drawInternals_() 메서드
블록의 내부 요소(인라인 입력, 필드, 아이콘)를 그립니다. 이는 배치를 위한 외부 경로에 종속되지 않습니다.
서명:
protected drawInternals_(): void;
반환:
void
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 2025-07-25(UTC)"],[[["\u003cp\u003eThe \u003ccode\u003eblockRendering.Drawer.drawInternals_\u003c/code\u003e method is responsible for rendering the inner components of a block, such as inline inputs, fields, and icons.\u003c/p\u003e\n"],["\u003cp\u003eThis method focuses on elements that are positioned independently of the block's outer shape.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003edrawInternals_\u003c/code\u003e method does not return any value (void).\u003c/p\u003e\n"],["\u003cp\u003eIt is a protected method, meaning it's primarily intended for internal use within the block rendering process.\u003c/p\u003e\n"]]],[],null,["[blockly](./blockly.md) \\\u003e [blockRendering](./blockly.blockrendering_namespace.md) \\\u003e [Drawer](./blockly.blockrendering_namespace.drawer_class.md) \\\u003e [drawInternals_](./blockly.blockrendering_namespace.drawer_class.drawinternals__1_method.md)\n\nblockRendering.Drawer.drawInternals_() method\n---------------------------------------------\n\nDraw the internals of the block: inline inputs, fields, and icons. These do not depend on the outer path for placement.\n\n**Signature:** \n\n protected drawInternals_(): void;\n\n**Returns:**\n\nvoid"]]