返回介绍

Canvas.ForceUpdateCanvases 强制更新画布

发布于 2019-12-18 15:37:29 字数 938 浏览 1947 评论 0 收藏 0

JavaScript => public static function ForceUpdateCanvases(): void;
C# => public static void ForceUpdateCanvases();

Description 描述

Force all canvases to update their content.
强制更新所有画布的内容。

A canvas performs its layout and content generation calculations at the end of a frame, just before rendering, in order to ensure that it's based on all the latest changes that may have happened during that frame. This means that in the Start callback and the first Update callback, the layout and content under the canvas may not be up-to-date. 在最后一帧画布执行布局和内容生产的计算,仅在渲染之前,为了确保在该帧期间发生的最新的改变在画布上。这意味着在返回调用开始和首次更新返回调用时,画布下的布局和内容可能不是最新的。

Code that relies on up-to-date layout or content can call this method to ensure it before executing code that relies on it.

canvas

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文