Struct ExGetUsedCellsById
pub struct ExGetUsedCellsById<'a> { /* private fields */ }
Expand description
Default-param extender for TileMapLayer::get_used_cells_by_id_ex
.
Implementations§
§impl<'a> ExGetUsedCellsById<'a>
impl<'a> ExGetUsedCellsById<'a>
pub fn source_id(self, value: i32) -> ExGetUsedCellsById<'a>
pub fn atlas_coords(self, value: Vector2i) -> ExGetUsedCellsById<'a>
pub fn alternative_tile(self, value: i32) -> ExGetUsedCellsById<'a>
pub fn done(self) -> Array<Vector2i>
Auto Trait Implementations§
impl<'a> Freeze for ExGetUsedCellsById<'a>
impl<'a> RefUnwindSafe for ExGetUsedCellsById<'a>
impl<'a> !Send for ExGetUsedCellsById<'a>
impl<'a> !Sync for ExGetUsedCellsById<'a>
impl<'a> Unpin for ExGetUsedCellsById<'a>
impl<'a> UnwindSafe for ExGetUsedCellsById<'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