Table of Contents

Enum NuiDrawListItemType

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

Draw list item geometry type for NUI rendering.

public enum NuiDrawListItemType
Extension Methods

Fields

Arc = 3

An arc segment of a circle.

Circle = 2

A circle shape.

Curve = 1

A curved path between points.

Image = 5

An image/texture.

Line = 6

A single straight line.

PolyLine = 0

A series of connected straight lines.

Text = 4

Text rendered at a location.