Struct Triangle Draws a wireframe triangle from three vertices. public struct Triangle Extension Methods TriangleExtensions.Color(ref Triangle, Color?) TriangleExtensions.Color(ref Triangle, Color?, Color?, Color?) TriangleExtensions.Position(ref Triangle, float3, float3, float3) TriangleExtensions.Ref(Triangle) TriangleExtensions.SetDefault(ref Triangle) Fields color1 The first color. public Color? color1 Field Value Color? color2 The second color. public Color? color2 Field Value Color? color3 The third color. public Color? color3 Field Value Color? p1 The first vertex. public float3 p1 Field Value float3 p2 The second vertex. public float3 p2 Field Value float3 p3 The third vertex. public float3 p3 Field Value float3