Version: 2020.3
언어: 한국어

Texture2D.linearGrayTexture

매뉴얼로 전환
public static Texture2D linearGrayTexture ;

설명

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).

See Also: grayTexture.