C# Class ClassTab, RPGQuest

Inheritance: BaseTab
Exibir arquivo Open project: hughrogers/RPGQuest Class Usage Examples

Public Methods

Method Description
ClassTab ( ProjectWindow pw ) : UnityEditor
SetArmorEPChanged ( int index ) : void
SetWeaponEPChanged ( int index ) : void
ShowTab ( ) : void

Method Details

ClassTab() public method

public ClassTab ( ProjectWindow pw ) : UnityEditor
pw ProjectWindow
return UnityEditor

SetArmorEPChanged() public method

public SetArmorEPChanged ( int index ) : void
index int
return void

SetWeaponEPChanged() public method

public SetWeaponEPChanged ( int index ) : void
index int
return void

ShowTab() public method

public ShowTab ( ) : void
return void