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

Method with_icon

perro_source/core/perro_ui/src/tree.rs:48–51  ·  view source on GitHub ↗
(mut self, icon: TextureID)

Source from the content-addressed store, hash-verified

46 }
47
48 pub fn with_icon(mut self, icon: TextureID) -> Self {
49 self.icon = icon;
50 self
51 }
52}
53
54#[derive(Clone, Copy, Debug, PartialEq, Eq)]

Callers 2

set_scene_tree_listFunction · 0.80
set_file_tree_listFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected