Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#

Texture2D.blackTexture

public static Texture2D blackTexture;

Description

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.

Did you find this page useful? Please give it a rating: