LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

Texture2D.whiteTexture

public static Texture2D whiteTexture;

Description

Get a small texture with all white pixels.

All pixels of this texture will be opaque white (1,1,1,1).

See Also: blackTexture.