navcat docs
    Preparing search index...

    Type Alias GetClosestPointOnPolyResult

    type GetClosestPointOnPolyResult = {
        isOverPoly: boolean;
        position: Vec3;
        success: boolean;
    }
    Index

    Properties

    isOverPoly: boolean
    position: Vec3
    success: boolean