Table of Contents

Struct Triangle

Draws a wireframe triangle from three vertices.

public struct Triangle
Extension Methods

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