wHiteRabbiT-sTudio Framework
wHiteRabbiT.Unity.UI.GUIHelper Class Reference

Static Public Member Functions

static void DrawRect (Rect rect, Color color)
 
static void DrawRectFillAlpha (Rect rect, Color color, float alpha)
 
static void DrawRectFillPCAlpha (Rect rect, Color color, float alpha, float pc)
 
static void DrawCenteredRect3D (Vector3 p, Vector2 size, Color color)
 
static void DrawCenteredRect3D (Vector3 p, Vector2 size, Color color, Camera camera)
 
static void Label3D (Transform transform, string str)
 
static void Label3D (Transform transform, string str, Vector2 decal)
 
static void Label3D (Transform transform, string str, Vector2 decal, Vector2 size)
 
static void Label3D (Transform transform, string str, Vector2 decal, Vector2 size, Camera cam)
 
static void Hyperlink (string Label, string Url, GUIStyle gsBase)
 
static void Separator ()
 
static int Tabs (int selected, params string[] options)
 
static void DrawLine (Rect rect)
 
static void DrawLine (Rect rect, Color color)
 
static void DrawLine (Rect rect, float width)
 
static void DrawLine (Rect rect, Color color, float width)
 
static void DrawLine (Vector2 pointA, Vector2 pointB)
 
static void DrawLine (Vector2 pointA, Vector2 pointB, Color color)
 
static void DrawLine (Vector2 pointA, Vector2 pointB, float width)
 
static void DrawLine (Vector2 pointA, Vector2 pointB, Color color, float width)
 

Static Protected Attributes

static Texture2D _wHiteTex
 
static Texture2D _alphaTex
 
static GUIStyle closeStyle
 

Properties

static Texture2D wHiteTex [get]
 
static Texture2D alphaTex [get]
 
static GUIStyle CloseStyle [get]
 

Member Function Documentation

static void wHiteRabbiT.Unity.UI.GUIHelper.DrawCenteredRect3D ( Vector3  p,
Vector2  size,
Color  color 
)
static
static void wHiteRabbiT.Unity.UI.GUIHelper.DrawCenteredRect3D ( Vector3  p,
Vector2  size,
Color  color,
Camera  camera 
)
static
static void wHiteRabbiT.Unity.UI.GUIHelper.DrawLine ( Rect  rect)
static
static void wHiteRabbiT.Unity.UI.GUIHelper.DrawLine ( Rect  rect,
Color  color 
)
static
static void wHiteRabbiT.Unity.UI.GUIHelper.DrawLine ( Rect  rect,
float  width 
)
static
static void wHiteRabbiT.Unity.UI.GUIHelper.DrawLine ( Rect  rect,
Color  color,
float  width 
)
static
static void wHiteRabbiT.Unity.UI.GUIHelper.DrawLine ( Vector2  pointA,
Vector2  pointB 
)
static
static void wHiteRabbiT.Unity.UI.GUIHelper.DrawLine ( Vector2  pointA,
Vector2  pointB,
Color  color 
)
static
static void wHiteRabbiT.Unity.UI.GUIHelper.DrawLine ( Vector2  pointA,
Vector2  pointB,
float  width 
)
static
static void wHiteRabbiT.Unity.UI.GUIHelper.DrawLine ( Vector2  pointA,
Vector2  pointB,
Color  color,
float  width 
)
static
static void wHiteRabbiT.Unity.UI.GUIHelper.DrawRect ( Rect  rect,
Color  color 
)
static
static void wHiteRabbiT.Unity.UI.GUIHelper.DrawRectFillAlpha ( Rect  rect,
Color  color,
float  alpha 
)
static
static void wHiteRabbiT.Unity.UI.GUIHelper.DrawRectFillPCAlpha ( Rect  rect,
Color  color,
float  alpha,
float  pc 
)
static
static void wHiteRabbiT.Unity.UI.GUIHelper.Hyperlink ( string  Label,
string  Url,
GUIStyle  gsBase 
)
static
static void wHiteRabbiT.Unity.UI.GUIHelper.Label3D ( Transform  transform,
string  str 
)
static
static void wHiteRabbiT.Unity.UI.GUIHelper.Label3D ( Transform  transform,
string  str,
Vector2  decal 
)
static
static void wHiteRabbiT.Unity.UI.GUIHelper.Label3D ( Transform  transform,
string  str,
Vector2  decal,
Vector2  size 
)
static
static void wHiteRabbiT.Unity.UI.GUIHelper.Label3D ( Transform  transform,
string  str,
Vector2  decal,
Vector2  size,
Camera  cam 
)
static
static void wHiteRabbiT.Unity.UI.GUIHelper.Separator ( )
static
static int wHiteRabbiT.Unity.UI.GUIHelper.Tabs ( int  selected,
params string[]  options 
)
static

Member Data Documentation

Texture2D wHiteRabbiT.Unity.UI.GUIHelper._alphaTex
staticprotected
Texture2D wHiteRabbiT.Unity.UI.GUIHelper._wHiteTex
staticprotected
GUIStyle wHiteRabbiT.Unity.UI.GUIHelper.closeStyle
staticprotected

Property Documentation

Texture2D wHiteRabbiT.Unity.UI.GUIHelper.alphaTex
staticget
GUIStyle wHiteRabbiT.Unity.UI.GUIHelper.CloseStyle
staticget
Texture2D wHiteRabbiT.Unity.UI.GUIHelper.wHiteTex
staticget

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