parent
9c270448a6
commit
fb5cb3052d
1 changed files with 1 additions and 1 deletions
|
@ -1572,7 +1572,7 @@ impl Ui {
|
||||||
/// }
|
/// }
|
||||||
/// ```
|
/// ```
|
||||||
///
|
///
|
||||||
/// Se also [`crate::Image`] and [`crate::ImageButton`].
|
/// See also [`crate::Image`] and [`crate::ImageButton`].
|
||||||
#[inline]
|
#[inline]
|
||||||
pub fn image(&mut self, texture_id: impl Into<TextureId>, size: impl Into<Vec2>) -> Response {
|
pub fn image(&mut self, texture_id: impl Into<TextureId>, size: impl Into<Vec2>) -> Response {
|
||||||
Image::new(texture_id, size).ui(self)
|
Image::new(texture_id, size).ui(self)
|
||||||
|
|
Loading…
Reference in a new issue