bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Class DrawPolylinesDto<T>

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Polylines

    undefined
    
    opacity?: number

    Value between 0 and 1

    1
    

    0

    1

    0.1

    colours?: string | string[]

    Hex colour string

    #444444
    
    size?: number

    Width of the polyline

    3
    

    0

    Infinity

    0.1

    updatable?: boolean

    Indicates wether the position of this polyline will change in time

    false
    
    polylinesMesh?: T

    Polyline mesh variable in case it already exists and needs updating

    undefined