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

Method project

perro_source/runtime_project/perro_runtime/src/runtime.rs:715–717  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

713 schedules: ScriptSchedules::new(),
714 script_runtime: ScriptRuntimeState::new(),
715 active_runtime_nodes: Vec::new(),
716 project: None,
717 render: RenderState::new(),
718 scene_texture_refs_cache: AHashMap::new(),
719 scene_mesh_refs_cache: AHashMap::new(),
720 scene_material_refs_cache: AHashMap::new(),

Callers 15

newMethod · 0.80
resumedMethod · 0.80
attach_scene_scriptsMethod · 0.80
script_attach_hashedMethod · 0.80
load_query_mesh_dataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected