연구 설문조사: Blockly 사용 경험을 알려주세요
설문조사 시작
차단 > 제라스 > RenderInfo
geras.RenderInfo 클래스
이 블록을 그리는 데 필요한 모든 크기 정보가 포함된 객체로, geras 렌더기에 맞게 맞춤설정됩니다.
이 측정 패스는 변경사항을 블록에 전파하지 않습니다 (단, 필드는 getSize()가 호출될 때 다시 렌더링되도록 선택할 수 있음). 그러나 반복적으로 호출하면 비용이 많이 들 수 있습니다.
서명:
export declare class RenderInfo extends BaseRenderInfo
확장: BaseRenderInfo
생성자
속성
메서드
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-10-15(UTC)
[null,null,["최종 업데이트: 2024-10-15(UTC)"],[[["The `geras.RenderInfo` class stores sizing information for rendering blocks using the Geras renderer in Blockly."],["It inherits from the `BaseRenderInfo` class and provides methods for calculating and managing the layout of block elements."],["While it doesn't directly change the block, repeated calls for size calculations can impact performance."],["This class is specifically tailored for the Geras renderer and interacts with components like `ConstantProvider` and `Renderer`."]]],[]]