Struct amethyst_ui::UiResize [−][src]
Whenever the window is resized the function in this component will be called on this entity's UiTransform, along with the new width and height of the window.
Trait Implementations
impl Component for UiResize[src]
impl Component for UiResizetype Storage = DenseVecStorage<Self>
Associated storage type for this component.