logo

Type Definition bevy::prelude::ColorMesh2dBundle[]

pub type ColorMesh2dBundle = MaterialMesh2dBundle<ColorMaterial>;
Expand description

A component bundle for entities with a Mesh2dHandle and a ColorMaterial.