Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ parse_scene
Method
parse_scene
perro_source/runtime_project/perro_scene/src/parser.rs:757–759 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
755
key_names
756
.get(nodes[idx].key.as_usize())
757
.map(|name| name.as_ref())
758
.unwrap_or(
"<unknown>"
)
759
));
760
};
761
nodes[idx].parent = Some(parent);
762
}
Callers
15
render_route_scene_html
Function · 0.80
generate_static_scenes
Function · 0.80
static_script_vars_emit_custom_field_names
Function · 0.80
resolve_scene_dlc_self_paths_rewrites_scene_strings
Function · 0.80
collect_collision_trimesh_sources
Function · 0.80
parse_scene
Function · 0.80
parse
Function · 0.80
parse_scene
Function · 0.80
scene_load_updates_tag_index_during_merge
Function · 0.80
runtime_scene_load_marks_ui_dirty_for_same_frame_extract
Function · 0.80
scene_locale_text_binding_refreshes_on_locale_change
Function · 0.80
runtime_locale_text_binding_can_switch_key
Function · 0.80
Calls
1
try_parse_scene
Method · 0.80
Tested by
15
static_script_vars_emit_custom_field_names
Function · 0.64
resolve_scene_dlc_self_paths_rewrites_scene_strings
Function · 0.64
scene_load_updates_tag_index_during_merge
Function · 0.64
runtime_scene_load_marks_ui_dirty_for_same_frame_extract
Function · 0.64
scene_locale_text_binding_refreshes_on_locale_change
Function · 0.64
runtime_locale_text_binding_can_switch_key
Function · 0.64
water_body_scene_fields_parse
Function · 0.64
prepare_adds_default_ray_light_3d_when_missing
Function · 0.64
prepare_skips_default_ray_light_3d_for_2d_scene
Function · 0.64
prepare_keeps_existing_ray_light_3d_only
Function · 0.64
sky3d_horizon_and_shader_stack_parse
Function · 0.64
water_body_shape_fields_parse
Function · 0.64