Struct bsp_pathfinding::NodePayload
source · [−]pub struct NodePayload<'a> {
pub index: NodeIndex,
pub node: &'a BSPNode,
pub covered: bool,
pub depth: Vec2,
}Expand description
Represents the result of crate::BSPTree::locate
Fields
index: NodeIndexnode: &'a BSPNodecovered: booldepth: Vec2