logo
pub fn image_node_system(
    textures: Res<'_, Assets<Image>>,
    query: Query<'_, '_, (&mut CalculatedSize, &UiImage), With<ImageMode>>
)
Expand description

Updates calculated size of the node based on the image provided