Table of Contents

Struct DashedLine

Draws a dashed line between two points.

public struct DashedLine
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 DashedLine

public static Dash defaultDash

Field Value

Dash

p1

The starting position.

public float3 p1

Field Value

float3

p2

The end position.

public float3 p2

Field Value

float3