C# Class Shooter.Controls.Skill

Afficher le fichier Open project: JoeyTheAsian/Just-Force

Protected Properties

Свойство Type Description
active bool
obtained bool
reTimer double
rechargeRate double
skillName string
texture Microsoft.Xna.Framework.Graphics.Texture2D
timer double
useRate double

Méthodes publiques

Méthode Description
ActivateSkill ( ) : void
DeactivateSkill ( ) : void
Skill ( Microsoft.Xna.Framework.Content.ContentManager content, string text, string name, double rRate, double uRate ) : Microsoft.Xna.Framework.Content
Status ( int time ) : void

Method Details

ActivateSkill() public méthode

public ActivateSkill ( ) : void
Résultat void

DeactivateSkill() public méthode

public DeactivateSkill ( ) : void
Résultat void

Skill() public méthode

public Skill ( Microsoft.Xna.Framework.Content.ContentManager content, string text, string name, double rRate, double uRate ) : Microsoft.Xna.Framework.Content
content Microsoft.Xna.Framework.Content.ContentManager
text string
name string
rRate double
uRate double
Résultat Microsoft.Xna.Framework.Content

Status() public méthode

public Status ( int time ) : void
time int
Résultat void

Property Details

active protected_oe property

protected bool active
Résultat bool

obtained protected_oe property

protected bool obtained
Résultat bool

reTimer protected_oe property

protected double reTimer
Résultat double

rechargeRate protected_oe property

protected double rechargeRate
Résultat double

skillName protected_oe property

protected string skillName
Résultat string

texture protected_oe property

protected Texture2D,Microsoft.Xna.Framework.Graphics texture
Résultat Microsoft.Xna.Framework.Graphics.Texture2D

timer protected_oe property

protected double timer
Résultat double

useRate protected_oe property

protected double useRate
Résultat double