Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • DrawPathDto

Index

Constructors

Properties

Constructors

constructor

  • new DrawPathDto<T>(path?: any, colour?: string, opacity?: number, width?: number, updatable?: boolean, pathMesh?: T): DrawPathDto<T>
  • Provide options without default values

    Type parameters

    • T

    Parameters

    • Optional path: any
    • Optional colour: string
    • Optional opacity: number
    • Optional width: number
    • Optional updatable: boolean
    • Optional pathMesh: T

    Returns DrawPathDto<T>

Properties

colour

colour: string

Colour of the path

default

#444444

opacity

opacity: number

Opacity of the path

default

1

minimum

0

maximum

1

step

0.1

path

path: any

2D Path to draw

default

undefined

updatable

updatable: boolean

Indicates wether the path will change in time

default

false

width

width: number

Width of the path

default

10

minimum

0

maximum

Infinity

step

1

Generated using TypeDoc