Version: 2021.2

PlayerSettings.uploadClearedTextureDataAfterCreationFromScript

切换到手册
public static bool uploadClearedTextureDataAfterCreationFromScript ;

描述

Upload the initialized Texture data after creation from script.

When set, if you create a Texture from script the initial data is cleared and automatically uploaded to video memory. This was the default behavior in previous Unity versions. In most cases this upload is not needed and wastes bandwidth because the GPU data gets overwritten anyway. You typically upload (by calling Apply) or copy new data into the new texture right after you create it. Only turn this on for debugging purposes or if your project depends on having the GPU texture data cleared. You can get the same result by adding an Apply() call after calling the Texture2D constructor.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961