Table of Contents

Struct Dot

A 3D "dot" with a radius. Rendered as a disc that always faces the camera.
Has various options to control this size, orientation, and resolution/shape.

public struct Dot
Extension Methods

Fields

color

The dot's color.

public Color? color

Field Value

Color?

defaultRadius

The default size for all Dots.

public static Size defaultRadius

Field Value

Size

position

The centre position.

public float3 position

Field Value

float3

radius

The size of the dot.

public Size radius

Field Value

Size

resolution

How many triangles the Dot 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