Struct ExGetCellAtlasCoords
pub struct ExGetCellAtlasCoords<'a> { /* private fields */ }
Expand description
Default-param extender for TileMap::get_cell_atlas_coords_ex
.
Implementations§
§impl<'a> ExGetCellAtlasCoords<'a>
impl<'a> ExGetCellAtlasCoords<'a>
pub fn use_proxies(self, value: bool) -> ExGetCellAtlasCoords<'a>
pub fn done(self) -> Vector2i
Auto Trait Implementations§
impl<'a> Freeze for ExGetCellAtlasCoords<'a>
impl<'a> RefUnwindSafe for ExGetCellAtlasCoords<'a>
impl<'a> !Send for ExGetCellAtlasCoords<'a>
impl<'a> !Sync for ExGetCellAtlasCoords<'a>
impl<'a> Unpin for ExGetCellAtlasCoords<'a>
impl<'a> UnwindSafe for ExGetCellAtlasCoords<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more