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