pub fn update_debug_cursor<T: TypePath + Send + Sync>(
    commands: Commands<'_, '_>,
    meshes: Query<'_, '_, &RaycastSource<T>>,
    gizmos: Gizmos<'_>
)
Expand description

Updates the 3d cursor to be in the pointed world coordinates