Table of Contents

Struct Quad

Draws a wireframe quad from four vertices.

public struct Quad
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?

color4

The fourth color.

public Color? color4

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

p4

The fourth vertex.

public float3 p4

Field Value

float3