Constant bevy_render::texture::TRANSPARENT_IMAGE_HANDLE
source · pub const TRANSPARENT_IMAGE_HANDLE: Handle<Image>;
Expand description
A handle to a 1 x 1 transparent white image.
Like Handle<Image>::default
, this is a handle to a fallback image asset.
While that handle points to an opaque white 1 x 1 image, this handle points to a transparent 1 x 1 white image.