Strata - v1.4.10
    Preparing search index...

    Interface NodeData

    Data attached to a graph node.

    interface NodeData {
        cost?: number;
        position: Position3D;
        walkable?: boolean;
    }
    Index

    Properties

    cost?: number

    Movement cost multiplier for this node

    position: Position3D

    3D position of the node

    walkable?: boolean

    Whether the node is traversable