Version: 2022.2
言語: 日本語
public static Texture2D grayTexture ;

説明

Gets a small Texture with all gray pixels.

Unity sets all pixels of this Texture to gray (0.5,0.5,0.5,0.5). The alpha value is also 0.5 (half transparent), and the color is in sRGB color space.

See Also: linearGrayTexture.