Interface DrawDetectionParams

interface DrawDetectionParams {
    color?: Vec3;
    lineType?: number;
    segmentFraction?: number;
    thickness?: number;
}

Hierarchy

Properties

color?: Vec3
lineType?: number
segmentFraction?: number
thickness?: number