@wendylabsinc/react-three-mesh-editor - v0.0.1
    Preparing search index...

    Interface LoopCutPreviewProps

    Props for the LoopCutPreview component.

    interface LoopCutPreviewProps {
        animationSpeed?: number;
        color?: string;
        dashSize?: number;
        gapSize?: number;
        lineWidth?: number;
        path: LoopCutPath | null;
    }
    Index

    Properties

    animationSpeed?: number

    Animation speed (dash offset per second)

    0.5
    
    color?: string

    Color of the preview line

    '#ffff00'
    
    dashSize?: number

    Dash size

    0.1
    
    gapSize?: number

    Gap size between dashes

    0.05
    
    lineWidth?: number

    Width of the preview line in pixels

    3
    
    path: LoopCutPath | null

    The loop cut path to preview