Struct ExGetNavigationPolygon
pub struct ExGetNavigationPolygon<'a> { /* private fields */ }
Expand description
Default-param extender for TileData::get_navigation_polygon_ex
.
Implementations§
pub fn flip_h(self, value: bool) -> ExGetNavigationPolygon<'a>
pub fn flip_v(self, value: bool) -> ExGetNavigationPolygon<'a>
pub fn transpose(self, value: bool) -> ExGetNavigationPolygon<'a>
pub fn done(self) -> Option<Gd<NavigationPolygon>>
Auto Trait Implementations§
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