gizmo

Function gizmo 

Source
pub fn gizmo() -> impl DerefMut
Expand description

A global gizmo context for use outside of bevy systems.

ยงExample

fn draw() {
    gizmo().sphere(Isometry3d::IDENTITY, 0.5, WHITE);
}