Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • DrawLinesDto

Index

Constructors

constructor

  • new DrawLinesDto(lines?: LinePointsDto[], opacity?: number, colours?: string | string[], size?: number, updatable?: boolean, linesMesh?: LinesMesh): DrawLinesDto
  • Provide options without default values

    Parameters

    • Optional lines: LinePointsDto[]
    • Optional opacity: number
    • Optional colours: string | string[]
    • Optional size: number
    • Optional updatable: boolean
    • Optional linesMesh: LinesMesh

    Returns DrawLinesDto

Properties

colours

colours: string | string[]

Hex colour string

lines

lines: LinePointsDto[]

Lines

Optional linesMesh

linesMesh: LinesMesh

Line mesh variable in case it already exists and needs updating

opacity

opacity: number

Value between 0 and 1

size

size: number

Width of the line

updatable

updatable: boolean

Indicates wether the position of these lines will change in time

Generated using TypeDoc