Struct bsp_pathfinding::astar::SearchInfo
source · [−]pub struct SearchInfo {
pub agent_radius: f32,
}Fields
agent_radius: f32Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for SearchInfo
impl Send for SearchInfo
impl Sync for SearchInfo
impl Unpin for SearchInfo
impl UnwindSafe for SearchInfo
Blanket Implementations
Mutably borrows from an owned value. Read more