Version: 5.4
public static Texture2D blackTexture ;

설명

Get a small texture with all black pixels.

All the RGBA colour values of this texture will be zero (0,0,0,0). (Note that the alpha is also zero, which is transparent).

See Also: whiteTexture.