Version: 2021.2
언어: 한국어
public bool Reinitialize (int width, int height);
public bool Reinitialize (int width, int height, Experimental.Rendering.GraphicsFormat format, bool hasMipMap);
public bool Reinitialize (int width, int height, TextureFormat format, bool hasMipMap);

파라미터

width New width of the Texture.
height New height of the Texture.
format New format of the Texture.
hasMipMap Indicates if the Texture should reserve memory for a full mip map chain.

반환

bool Returns true if the reinitialization was a success.

설명

Reinitializes the Texture to width by height, format to format and optionally creates mip maps. After reinitializing, Texture pixels will be undefined. This function is very similar to the Texture constructor, except it works on existing Texture object.

Call Apply to actually upload the changed pixels to the graphics card.

The Texture has to have read/write enabled flag set in the texture import settings.

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