Home
last modified time | relevance | path

Searched refs:icon (Results 1 – 1 of 1) sorted by relevance

/StarryEngine/starry_applications/src/asset_manager/code/
H A Dasset_item_grid.rs65 if let Some(icon) = match is_dir { in new()
69 let icon = Image::new_from_image(icon); in new() localVariable
70 icon.set_pivot_type(PivotType::Top); in new()
71 item.add_child(icon); in new()