Struct ExBakeNavigationMesh
pub struct ExBakeNavigationMesh<'a> { /* private fields */ }
Available on crate feature
experimental-godot-api
only.Expand description
Default-param extender for NavigationRegion3D::bake_navigation_mesh_ex
.
Implementations§
pub fn on_thread(self, value: bool) -> ExBakeNavigationMesh<'a>
pub fn done(self)
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