Struct ExGetOccluder
pub struct ExGetOccluder<'a> { /* private fields */ }
Expand description
Default-param extender for TileData::get_occluder_ex
.
Implementations§
§impl<'a> ExGetOccluder<'a>
impl<'a> ExGetOccluder<'a>
pub fn flip_h(self, value: bool) -> ExGetOccluder<'a>
pub fn flip_v(self, value: bool) -> ExGetOccluder<'a>
pub fn transpose(self, value: bool) -> ExGetOccluder<'a>
pub fn done(self) -> Option<Gd<OccluderPolygon2D>>
Auto Trait Implementations§
impl<'a> Freeze for ExGetOccluder<'a>
impl<'a> RefUnwindSafe for ExGetOccluder<'a>
impl<'a> !Send for ExGetOccluder<'a>
impl<'a> !Sync for ExGetOccluder<'a>
impl<'a> Unpin for ExGetOccluder<'a>
impl<'a> UnwindSafe for ExGetOccluder<'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