Table of Contents

Struct Cross

Draws a 2D cross on the plane defined by the given facing axis.

public struct Cross
Extension Methods

Fields

color

The cross's color.

public Color? color

Field Value

Color?

facing

Defines the normal of the plane the cross will be drawn on.

public Facing facing

Field Value

Facing

position

The centre of the cross.

public float3 position

Field Value

float3

size

The size of the cross.

public float2 size

Field Value

float2