C# Class DamageMeter.UI.Skill.SkillMana

Logique d'interaction pour Skill.xaml
Inheritance: ISkill
Afficher le fichier Open project: neowutran/ShinraMeter

Méthodes publiques

Méthode Description
SkillMana ( SkillAggregate skill ) : System
SkillNameIdent ( ) : string
Update ( SkillAggregate skill ) : void

Private Methods

Méthode Description
MoveWindow ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
UIElement_OnMouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void
UIElement_OnMouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void

Method Details

SkillMana() public méthode

public SkillMana ( SkillAggregate skill ) : System
skill SkillAggregate
Résultat System

SkillNameIdent() public méthode

public SkillNameIdent ( ) : string
Résultat string

Update() public méthode

public Update ( SkillAggregate skill ) : void
skill SkillAggregate
Résultat void