Twilight Princess
Remastered version of the GameCube game
Loading...
Searching...
No Matches
B83.UVViewer.Drawing Class Reference

Classes

struct  CircleEnumerable
 
struct  CircleEnumerator
 

Static Public Member Functions

static void GUIViewport (Rect aR)
 
static void EditorWindowViewport (Rect aWindowRect, Rect aGUIArea)
 
static void BeginGL (Color aColor, int aMode)
 
static void BeginGL (Color aColor, int aMode, bool aDepthTest)
 
static void DrawGLLine (Vector2 pointA, Vector2 pointB, Color color)
 
static void DrawRect (Rect R, Color color)
 
static CircleEnumerable GetCircleLinePoints (Vector2 aCenter, float aRadius, int segments)
 

Static Public Attributes

static Texture2D aaLineTex = null
 
static Texture2D lineTex = null
 
static Material m_ActiveMaterial = null
 

Properties

static Material LineMat [get]
 
static Material LineMatDepthTest [get]
 

Static Private Attributes

static Material m_LineMat = null
 
static Material m_LineMatDepthTest = null
 

Member Function Documentation

◆ BeginGL() [1/2]

static void B83.UVViewer.Drawing.BeginGL ( Color aColor,
int aMode )
static

◆ BeginGL() [2/2]

static void B83.UVViewer.Drawing.BeginGL ( Color aColor,
int aMode,
bool aDepthTest )
static

◆ DrawGLLine()

static void B83.UVViewer.Drawing.DrawGLLine ( Vector2 pointA,
Vector2 pointB,
Color color )
static

◆ DrawRect()

static void B83.UVViewer.Drawing.DrawRect ( Rect R,
Color color )
static

◆ EditorWindowViewport()

static void B83.UVViewer.Drawing.EditorWindowViewport ( Rect aWindowRect,
Rect aGUIArea )
static

◆ GetCircleLinePoints()

static CircleEnumerable B83.UVViewer.Drawing.GetCircleLinePoints ( Vector2 aCenter,
float aRadius,
int segments )
static

◆ GUIViewport()

static void B83.UVViewer.Drawing.GUIViewport ( Rect aR)
static

Member Data Documentation

◆ aaLineTex

Texture2D B83.UVViewer.Drawing.aaLineTex = null
static

◆ lineTex

Texture2D B83.UVViewer.Drawing.lineTex = null
static

◆ m_ActiveMaterial

Material B83.UVViewer.Drawing.m_ActiveMaterial = null
static

◆ m_LineMat

Material B83.UVViewer.Drawing.m_LineMat = null
staticprivate

◆ m_LineMatDepthTest

Material B83.UVViewer.Drawing.m_LineMatDepthTest = null
staticprivate

Property Documentation

◆ LineMat

Material B83.UVViewer.Drawing.LineMat
staticget

◆ LineMatDepthTest

Material B83.UVViewer.Drawing.LineMatDepthTest
staticget

The documentation for this class was generated from the following file: