Table of Contents

Struct Axis

Draws three lines representing the X, Y, an Z axis.

public struct Axis
Extension Methods

Fields

colorX

The color of the X axis line.

public Color colorX

Field Value

Color

colorY

The color of the Y axis line.

public Color colorY

Field Value

Color

colorZ

The color of the Z axis line.

public Color colorZ

Field Value

Color

defaultColorX

The default color of the X axis line.

public static Color defaultColorX

Field Value

Color

defaultColorY

The default color of the Y axis line.

public static Color defaultColorY

Field Value

Color

defaultColorZ

The default color of the Z axis line.

public static Color defaultColorZ

Field Value

Color

orientation

The orientation of the axis.

public Orientation orientation

Field Value

Orientation

position

The center of the axis.

public float3 position

Field Value

float3

side

Controls whether an Axis points in bother directions from its center point, only in the positive, or only in the negative direction.

public AxisSide side

Field Value

AxisSide

size

The size of the axis.

public float3 size

Field Value

float3