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

    Class DrawPathDto<T>

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    • Provide options without default values

      Type Parameters

      • T

      Parameters

      • Optionalpath: any
      • Optionalcolour: string
      • Optionalopacity: number
      • Optionalwidth: number
      • Optionalupdatable: boolean
      • OptionalpathMesh: T

      Returns DrawPathDto<T>

    Properties

    path: any

    2D Path to draw

    undefined
    
    colour: string

    Colour of the path

    #444444
    
    opacity: number

    Opacity of the path

    1
    

    0

    1

    0.1

    width: number

    Width of the path

    10
    

    0

    Infinity

    1

    updatable: boolean

    Indicates wether the path will change in time

    false