如视 Five SDK
    Preparing search index...

    Type Alias FlowingLight2DPassLine

    type FlowingLight2DPassLine = {
        color: THREE.Color;
        duration?: number;
        id?: string;
        lineWidth?: number;
        opacity?: number;
        points: THREE.Vector2[];
        startTime?: number;
        tailLengthRatio?: number;
        totalLength: number;
    }
    Index

    Properties

    color: THREE.Color
    duration?: number
    id?: string
    lineWidth?: number
    opacity?: number
    points: THREE.Vector2[]
    startTime?: number
    tailLengthRatio?: number
    totalLength: number