Interface StrokeRenerdingStyle

interface StrokeRenerdingStyle {
    color: Color4;
    width: number;
}

Properties

Properties

color: Color4
width: number

Note: The stroke width is twice the stroke radius.

OpenSource licenses