Struct amethyst_ui::UiImage [] [src]

pub struct UiImage {
    pub texture: TextureHandle,
}

A component with the texture to display in this entity's UiTransform

Fields

The texture to display

Trait Implementations

impl Clone for UiImage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Component for UiImage
[src]

Associated storage type for this component.