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

Function set_visible

native/watchos/src/scene.rs:218–220  ·  view source on GitHub ↗
(handle: u32, v: bool)

Source from the content-addressed store, hash-verified

216}
217
218pub fn set_visible(handle: u32, v: bool) {
219 mark_dirty(handle, DIRTY_VISIBILITY, |n| n.visible = v);
220}
221pub fn set_parent(handle: u32, parent: u32) {
222 mark_dirty(handle, DIRTY_PARENT, |n| n.parent = parent);
223}

Callers 1

bloom_scene_set_visibleFunction · 0.85

Calls 1

mark_dirtyFunction · 0.85

Tested by

no test coverage detected