MCPcopy Create free account
hub / github.com/Bloom-Engine/engine / bloom_pick_hit_y

Function bloom_pick_hit_y

native/web/src/lib.rs:1725–1727  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1723
1724#[wasm_bindgen]
1725pub fn bloom_pick_hit_y() -> f64 {
1726 unsafe { LAST_PICK.as_ref().map(|r| r.point[1] as f64).unwrap_or(0.0) }
1727}
1728
1729#[wasm_bindgen]
1730pub fn bloom_pick_hit_z() -> f64 {

Callers 1

pickSceneFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected