pub struct TRAStarWaypointDatabaseStaticBuilder;Expand description
Eager per-cell portal-midpoint waypoint lists (full static database, no eviction).
Trait Implementations§
Source§impl Clone for TRAStarWaypointDatabaseStaticBuilder
impl Clone for TRAStarWaypointDatabaseStaticBuilder
Source§fn clone(&self) -> TRAStarWaypointDatabaseStaticBuilder
fn clone(&self) -> TRAStarWaypointDatabaseStaticBuilder
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TRAStarWaypointDatabaseStaticBuilder
Source§impl Default for TRAStarWaypointDatabaseStaticBuilder
impl Default for TRAStarWaypointDatabaseStaticBuilder
Source§fn default() -> TRAStarWaypointDatabaseStaticBuilder
fn default() -> TRAStarWaypointDatabaseStaticBuilder
Returns the “default value” for a type. Read more
impl Eq for TRAStarWaypointDatabaseStaticBuilder
Source§type Map = PreparedTRAStarWaypointDatabaseStatic
type Map = PreparedTRAStarWaypointDatabaseStatic
Immutable prepared map type produced by this builder.
Source§fn preprocess(
&self,
navmesh: &Navmesh,
) -> Result<Self::Map, PreparedNavmeshBuildError>
fn preprocess( &self, navmesh: &Navmesh, ) -> Result<Self::Map, PreparedNavmeshBuildError>
Validates and snapshots
navmesh into a query-ready prepared map. Read moreimpl StructuralPartialEq for TRAStarWaypointDatabaseStaticBuilder
Auto Trait Implementations§
impl Freeze for TRAStarWaypointDatabaseStaticBuilder
impl RefUnwindSafe for TRAStarWaypointDatabaseStaticBuilder
impl Send for TRAStarWaypointDatabaseStaticBuilder
impl Sync for TRAStarWaypointDatabaseStaticBuilder
impl Unpin for TRAStarWaypointDatabaseStaticBuilder
impl UnsafeUnpin for TRAStarWaypointDatabaseStaticBuilder
impl UnwindSafe for TRAStarWaypointDatabaseStaticBuilder
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