Table of Contents

Struct Pill

Draws a 2D wireframe capsule.

public struct Pill
Extension Methods

Fields

color

The color of the pill.

public Color? color

Field Value

Color?

facing

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

public Facing facing

Field Value

Facing

p1

The starting position.

public float3 p1

Field Value

float3

p2

The end position.

public float3 p2

Field Value

float3

radius

The radius of the capsule.

public float radius

Field Value

float

resolution

The resolution of the circles that make up the pill. Set to 0 for an automatic resolution based on the distance to the camera.

public byte resolution

Field Value

byte