C# Class TowerInspector2, verthex

Inheritance: MonoBehaviour
Mostrar archivo Open project: austinblakeslee/verthex

Public Properties

Property Type Description
baseStyle GUIStyle
nbStyle GUIStyle
ngStyle GUIStyle
nonActive GUIStyle
nrStyle GUIStyle
nyStyle GUIStyle
show bool
top int
veryActive GUIStyle

Public Methods

Method Description
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
RenderButton ( Rect r, string text, GUIStyle style, Tower, t, int i ) : void

Method Details

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

baseStyle public_oe property

public GUIStyle baseStyle
return GUIStyle

nbStyle public_oe property

public GUIStyle nbStyle
return GUIStyle

ngStyle public_oe property

public GUIStyle ngStyle
return GUIStyle

nonActive public_oe property

public GUIStyle nonActive
return GUIStyle

nrStyle public_oe property

public GUIStyle nrStyle
return GUIStyle

nyStyle public_oe property

public GUIStyle nyStyle
return GUIStyle

show public_oe property

public bool show
return bool

top public_oe property

public int top
return int

veryActive public_oe property

public GUIStyle veryActive
return GUIStyle