Struct DashedLine3D Draws a dashed 3D line with a width between two points. public struct DashedLine3D Extension Methods DashedLine3DExtensions.Color(ref DashedLine3D, Color?) DashedLine3DExtensions.Color(ref DashedLine3D, Color?, Color?) DashedLine3DExtensions.Dash(ref DashedLine3D, Dash) DashedLine3DExtensions.FaceCamera(ref DashedLine3D) DashedLine3DExtensions.Facing(ref DashedLine3D, Facing) DashedLine3DExtensions.Position(ref DashedLine3D, float3, float3) DashedLine3DExtensions.Ref(DashedLine3D) DashedLine3DExtensions.Rotation(ref DashedLine3D, float) DashedLine3DExtensions.SetDefault(ref DashedLine3D) DashedLine3DExtensions.Width(ref DashedLine3D, Size) 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