navcat docs
    Preparing search index...

    Type Alias FindNearestPolyResult

    type FindNearestPolyResult = {
        nodeRef: NodeRef;
        position: Vec3;
        success: boolean;
    }
    Index

    Properties

    nodeRef: NodeRef
    position: Vec3
    success: boolean