Interface DrawLineConfig

The configuration to use when drawing a DrawLine.

Hierarchy

  • DrawLineConfig

Properties

color?: string

The color for the DrawLine.

Default: "white"

ignoreCamera?: boolean

Whether or not the DrawLine will ignore the camera and use screen position instead of world position.

Default: false

width?: number

The thickness of the DrawRect.

Default: 1

Generated using TypeDoc