Version: 2020.1
언어: 한국어

설명

Alpha-only texture format, 8 bit integer.

This format only stores the alpha channel and doesn't hold any color data. It can be used by custom shaders for computing alpha independently of the other channels. Set the texture data in the same way as with other textures, for example using Texture2D.SetPixels, except only the alpha component from Color is used.

See Also: Texture2D, texture assets.