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

Method base_ref

perro_source/runtime_project/perro_scene/src/scene.rs:816–822  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

814 pub children: Cow<'static, [SceneKey]>,
815 pub parent: Option<SceneKey>,
816 pub script: Option<Cow<'static, str>>,
817 pub clear_script: bool,
818 pub root_of: Option<Cow<'static, str>>,
819 pub script_vars: Cow<'static, [SceneObjectField]>,
820}
821
822#[derive(Debug, Clone)]
823pub struct SceneNodeData {
824 pub node_type: NodeType,
825 pub fields: Cow<'static, [SceneObjectField]>,

Callers 15

scene_fieldFunction · 0.80
scene_field_valueFunction · 0.80
find_vec2_valueFunction · 0.80
find_vec3_valueFunction · 0.80
find_scene_value_textFunction · 0.80
scene_field_valueFunction · 0.80
build_camera_2dFunction · 0.80
build_camera_stream_2dFunction · 0.80
build_sprite_2dFunction · 0.80
build_button_2dFunction · 0.80

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected