MCPcopy Create free account
hub / github.com/PerroEngine/Perro / scene_child_count

Function scene_child_count

perro_editor/res/scripts/ui/editor_ui.rs:2908–2910  ·  view source on GitHub ↗
(doc: &SceneDoc, key: u32)

Source from the content-addressed store, hash-verified

2906 ),
2907 SceneValue::IVec2 { x, y } => format!("({x}, {y})"),
2908 SceneValue::IVec3 { x, y, z } => format!("({x}, {y}, {z})"),
2909 SceneValue::IVec4 { x, y, z, w } => format!("({x}, {y}, {z}, {w})"),
2910 SceneValue::UVec2 { x, y } => format!("({x}, {y})"),
2911 SceneValue::UVec3 { x, y, z } => format!("({x}, {y}, {z})"),
2912 SceneValue::UVec4 { x, y, z, w } => format!("({x}, {y}, {z}, {w})"),
2913 SceneValue::Array(values) => {

Callers

nothing calls this directly

Calls 1

child_countMethod · 0.80

Tested by

no test coverage detected