Skip to content

RoyInterface / Exports / component/RoyWireframeComponent / LineStyle

Class: LineStyle

component/RoyWireframeComponent.LineStyle

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new LineStyle(color?, thickness?, lineType?, density?): LineStyle

Parameters

NameType
color?number[]
thickness?number
lineType?number
density?number

Returns

LineStyle

Properties

color

color: number[]


thickness

thickness: number = 1.0


lineType

lineType: number = 0.0


density

density: number = 0.0

Methods

reset

reset(): void

Returns

void