Enum StackType

Enum Documentation

enum StackType

Enumerator to determine the type of render stack item.

Values:

Generic

Generic stack type - should probably not be used.

ImGUI

Specialized stack type to wrap ImGUI.

ST_Rectangle

Direct2D Rectangle.

RoundedRect

Direct2D Rounded Rectangle.

DWText

DirectWrite Text, does not utilize our font system - probably dont use this.

ST_Ellipse

Direct2D Ellipse.

Line

Direct2D Line.

Bitmap

Direct2D Bitmap.

Geometry

Direct2D Geometry (NYI)

GlyphRun

Direct2D Glyph Run (NYI)

FilledMesh

Direct2D Filled Mesh (NYI)

BitmapText

Bitmap-based text, uses Blamite font system.

Text

Master text object that wraps around both BitmapText and DWText.

FPSCounter

FPS Counter widget.

Console

Console widget.

Stats

Stats widget.

DebugMenu

Debug menu.