C# Class TowerInspector, verthex

Inheritance: MonoBehaviour
ファイルを表示 Open project: austinblakeslee/verthex

Public Properties

Property Type Description
closed GUIStyle
nadagStyle GUIStyle
nadarStyle GUIStyle
nadayStyle GUIStyle
ngStyle GUIStyle
nrStyle GUIStyle
nyStyle GUIStyle
open GUIStyle
top int
wgStyle GUIStyle
wrStyle GUIStyle
wyStyle GUIStyle

Public Methods

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

Private Methods

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

Method Details

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

closed public_oe property

public GUIStyle closed
return GUIStyle

nadagStyle public_oe property

public GUIStyle nadagStyle
return GUIStyle

nadarStyle public_oe property

public GUIStyle nadarStyle
return GUIStyle

nadayStyle public_oe property

public GUIStyle nadayStyle
return GUIStyle

ngStyle public_oe property

public GUIStyle ngStyle
return GUIStyle

nrStyle public_oe property

public GUIStyle nrStyle
return GUIStyle

nyStyle public_oe property

public GUIStyle nyStyle
return GUIStyle

open public_oe property

public GUIStyle open
return GUIStyle

top public_oe property

public int top
return int

wgStyle public_oe property

public GUIStyle wgStyle
return GUIStyle

wrStyle public_oe property

public GUIStyle wrStyle
return GUIStyle

wyStyle public_oe property

public GUIStyle wyStyle
return GUIStyle