Struct DashedLine Draws a dashed line between two points. public struct DashedLine Extension Methods DashedLineExtensions.Color(ref DashedLine, Color?) DashedLineExtensions.Color(ref DashedLine, Color?, Color?) DashedLineExtensions.Dash(ref DashedLine, Dash) DashedLineExtensions.Position(ref DashedLine, float3, float3) DashedLineExtensions.Ref(DashedLine) DashedLineExtensions.SetDefault(ref DashedLine) 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