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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Component for UiImage
[src]

Associated storage type for this component.

Auto Trait Implementations

impl Send for UiImage

impl Sync for UiImage