Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ Scripts
Method
Scripts
perro_source/api_modules/perro_runtime_api/src/api.rs:96–98 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
94
/// Access scene node creation, deletion, tags, transforms, and fields.
95
#[inline]
96
pub fn Nodes(&mut self) -> NodeModule<'_, RT>
97
where
98
RT: NodeAPI,
99
{
100
NodeModule::new(self.rt)
101
}
Callers
2
edit_selected_script_var_path
Function · 0.80
call_method
Method · 0.80
Calls
no outgoing calls
Tested by
1
edit_selected_script_var_path
Function · 0.64