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: NodeIndex
node: &'a BSPNode
covered: bool
depth: Vec2