Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ Nodes
Method
Nodes
perro_source/api_modules/perro_runtime_api/src/api.rs:76–78 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
74
TimerModule::new(self.rt)
75
}
76
77
/// Queue window requests and read active refresh data.
78
#[inline]
79
pub fn Window(&mut self) -> WindowModule<'_, RT> {
80
WindowModule::new(self.rt)
81
}
Callers
15
stream_pointer_world_2d
Function · 0.80
stream_pointer_ray_3d
Function · 0.80
clear_preview
Function · 0.80
sync_preview_field_for_key
Function · 0.80
sync_selected_preview_gizmo
Function · 0.80
attach_preview_to_viewport
Function · 0.80
preview_runtime_order
Function · 0.80
disable_preview_runtime_input
Function · 0.80
apply_freecam
Function · 0.80
apply_freecam_2d
Function · 0.80
load_editor_shell
Function · 0.80
ensure_inspector_bitmask_grid
Function · 0.80
Calls
no outgoing calls
Tested by
7
ensure_inspector_value_row
Function · 0.64
ensure_inspector_default_button
Function · 0.64
place_inspector_value_row
Function · 0.64
hide_inspector_value_rows_from
Function · 0.64
ensure_inspector_matrix_grid
Function · 0.64
rename_value_row
Function · 0.64
call_method
Method · 0.64