Cosmos Journeyer API Documentation - v1.10.1
    Preparing search index...
    type TargetInfo = {
        maxDistance: number;
        minDistance: number;
        type: ObjectTargetCursorType;
    }
    Index

    Properties

    maxDistance: number

    if distance > maxDistance, the target cursor is hidden

    minDistance: number

    if distance < minDistance, the target cursor is hidden