Table of Contents

Struct Line3D

Draws a 3D line with a width between two points.

public struct Line3D
Extension Methods

Fields

color1

The starting color.

public Color? color1

Field Value

Color?

color2

The end color.

public Color? color2

Field Value

Color?

defaultWidth

The default width for all Line3D.

public static Size defaultWidth

Field Value

Size

facing

Defines the normal of the plane the line will be drawn on.

public Facing facing

Field Value

Facing

p1

The starting position.

public float3 p1

Field Value

float3

p2

The end position.

public float3 p2

Field Value

float3

width

The width of the line.

public Size width

Field Value

Size