C# Class ClassTab, RPGQuest

Inheritance: BaseTab
Afficher le fichier Open project: hughrogers/RPGQuest Class Usage Examples

Méthodes publiques

Méthode Description
ClassTab ( ProjectWindow pw ) : UnityEditor
SetArmorEPChanged ( int index ) : void
SetWeaponEPChanged ( int index ) : void
ShowTab ( ) : void

Method Details

ClassTab() public méthode

public ClassTab ( ProjectWindow pw ) : UnityEditor
pw ProjectWindow
Résultat UnityEditor

SetArmorEPChanged() public méthode

public SetArmorEPChanged ( int index ) : void
index int
Résultat void

SetWeaponEPChanged() public méthode

public SetWeaponEPChanged ( int index ) : void
index int
Résultat void

ShowTab() public méthode

public ShowTab ( ) : void
Résultat void