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

Function update_editor_cursor

perro_editor/res/scripts/scene/editor_viewport.rs:2195–2198  ·  view source on GitHub ↗
(ctx: &mut ScriptContext<'_, API>)

Source from the content-addressed store, hash-verified

2193fn add_axis_gizmo_mesh<API: ScriptAPI + ?Sized>(
2194 ctx: &mut ScriptContext<'_, API>,
2195 parent: NodeID,
2196 material: MaterialID,
2197 position: Vector3,
2198 scale: Vector3,
2199 rotation: Quaternion,
2200) {
2201 let _ = create_editor_mesh_child(

Callers

nothing calls this directly

Calls 3

editor_cursor_iconFunction · 0.85
WindowMethod · 0.80
set_cursor_iconMethod · 0.45

Tested by

no test coverage detected