Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ parent
Method
parent
perro_source/api_modules/perro_runtime_api/src/sub_apis/node.rs:292–295 ·
view source on GitHub ↗
(mut self, parent: Option<usize>)
Source
from the content-addressed store, hash-verified
290
}
291
292
pub const fn parent(mut self, parent: Option<usize>) -> Self {
293
self.parent = parent;
294
self
295
}
296
}
297
298
#[derive(Clone, Debug)]
Callers
15
create_animation_for_selected_player
Function · 0.80
add_track_for_selected_node
Function · 0.80
create_quick_asset
Function · 0.80
duplicate_active_asset
Function · 0.80
rename_active_asset
Function · 0.80
export_selected_glb_animation
Function · 0.80
export_selected_glb_material
Function · 0.80
write_string_if_changed
Function · 0.80
rename_exported_binary_via_temp
Function · 0.80
emit_web_route_html_files
Function · 0.80
copy_res_asset_into_web_output
Function · 0.80
relative_include_path
Function · 0.80
Calls
no outgoing calls
Tested by
4
static_animation_pipeline_generates_fully_static_lookup
Function · 0.64
static_tilesets_generates_lookup
Function · 0.64
create_nodes_borrowed_invalid_batch_creates_nothing
Function · 0.64
create_nodes_borrowed_valid_batch_builds_tree
Function · 0.64