Struct ExGetPointPath
pub struct ExGetPointPath<'ex> { /* private fields */ }Expand description
Default-param extender for AStarGrid2D::get_point_path_ex.
Implementations§
§impl<'ex> ExGetPointPath<'ex>
impl<'ex> ExGetPointPath<'ex>
pub fn allow_partial_path(self, allow_partial_path: bool) -> ExGetPointPath<'ex>
pub fn done(self) -> PackedArray<Vector2>
Auto Trait Implementations§
impl<'ex> Freeze for ExGetPointPath<'ex>
impl<'ex> RefUnwindSafe for ExGetPointPath<'ex>
impl<'ex> !Send for ExGetPointPath<'ex>
impl<'ex> !Sync for ExGetPointPath<'ex>
impl<'ex> Unpin for ExGetPointPath<'ex>
impl<'ex> !UnwindSafe for ExGetPointPath<'ex>
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