C# Class Shooter.Controls.SkillSystem

Afficher le fichier Open project: JoeyTheAsian/Just-Force

Méthodes publiques

Свойство Type Description
reTimer double
skills Shooter.Controls.Skill[]
timer double

Méthodes publiques

Méthode Description
CheckActiveSkills ( ) : bool
CreateSkills ( Microsoft.Xna.Framework.Content.ContentManager Content, Character p ) : void
UseSkill ( Character player, KeyboardState state, KeyboardState oldState, int time ) : void

Method Details

CheckActiveSkills() public static méthode

public static CheckActiveSkills ( ) : bool
Résultat bool

CreateSkills() public static méthode

public static CreateSkills ( Microsoft.Xna.Framework.Content.ContentManager Content, Character p ) : void
Content Microsoft.Xna.Framework.Content.ContentManager
p Shooter.Entities.Character
Résultat void

UseSkill() public static méthode

public static UseSkill ( Character player, KeyboardState state, KeyboardState oldState, int time ) : void
player Shooter.Entities.Character
state Microsoft.Xna.Framework.Input.KeyboardState
oldState Microsoft.Xna.Framework.Input.KeyboardState
time int
Résultat void

Property Details

reTimer public_oe static_oe property

public static double reTimer
Résultat double

skills public_oe static_oe property

public static Skill[],Shooter.Controls skills
Résultat Shooter.Controls.Skill[]

timer public_oe static_oe property

public static double timer
Résultat double