Table of Contents

Struct Circle

Draws a wireframe circle.

public struct Circle
Extension Methods

Fields

color

The circle's color.

public Color? color

Field Value

Color?

facing

The circle plane will be perpendicular to this vector.
Defaults to the global Facing value.

public Facing facing

Field Value

Facing

position

The centre of the circle.

public float3 position

Field Value

float3

radius

The size of the circle.

public float2 radius

Field Value

float2

resolution

How many segments the circle is rendered with. 3 = triangular, 4 = square, and more is circular.
Set to 0 for a circular shape with automatic resolution based on the distance to the camera.

public byte resolution

Field Value

byte