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

Method with_value

perro_source/core/perro_ui/src/tree.rs:43–46  ·  view source on GitHub ↗
(mut self, value: perro_variant::Variant)

Source from the content-addressed store, hash-verified

41 }
42
43 pub fn with_value(mut self, value: perro_variant::Variant) -> Self {
44 self.value = value;
45 self
46 }
47
48 pub fn with_icon(mut self, icon: TextureID) -> Self {
49 self.icon = icon;

Callers 3

set_scene_tree_listFunction · 0.80
set_file_tree_listFunction · 0.80
as_tree_list_itemsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected