Table of Contents

Struct DashedLine3D

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

public struct DashedLine3D
Extension Methods

Fields

color1

The starting color.

public Color? color1

Field Value

Color?

color2

The end color.

public Color? color2

Field Value

Color?

dash

The properties of the dash.

public Dash dash

Field Value

Dash

defaultDash

The default dash settings for all DashedLine3D.

public static Dash defaultDash

Field Value

Dash

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