Struct macroquad_tiled::Tile
source · pub struct Tile {
pub id: u32,
pub tileset: String,
pub attrs: String,
}Fields§
§id: u32id in the tileset
tileset: StringEach tile belongs to one tileset
attrs: String“type” from tiled
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Tile
impl Send for Tile
impl Sync for Tile
impl Unpin for Tile
impl UnwindSafe for Tile
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