C# Class MiningGame.Code.PlayerClasses.PlayerClass

Afficher le fichier Open project: geel9/Minor-Destruction Class Usage Examples

Méthodes publiques

Свойство Type Description
AnimationLegs Animation
AnimationTorso Animation
Player MiningGame.Code.Entities.PlayerEntity
PlayerClasses System.Type[]

Méthodes publiques

Méthode Description
Draw_Post ( SpriteBatch sb ) : void
Draw_Pre ( SpriteBatch sb ) : void
GetAimingAngle ( Vector2 EntityPosition ) : short
OnDeath ( ) : void
OnSpawn ( ) : void
ReadState ( Packet p ) : void
Update ( GameTime time ) : void

Method Details

Draw_Post() public méthode

public Draw_Post ( SpriteBatch sb ) : void
sb Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

Draw_Pre() public méthode

public Draw_Pre ( SpriteBatch sb ) : void
sb Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

GetAimingAngle() public méthode

public GetAimingAngle ( Vector2 EntityPosition ) : short
EntityPosition Vector2
Résultat short

OnDeath() public méthode

public OnDeath ( ) : void
Résultat void

OnSpawn() public méthode

public OnSpawn ( ) : void
Résultat void

ReadState() public méthode

public ReadState ( Packet p ) : void
p Packet
Résultat void

Update() public méthode

public Update ( GameTime time ) : void
time Microsoft.Xna.Framework.GameTime
Résultat void

Property Details

AnimationLegs public_oe property

public Animation AnimationLegs
Résultat Animation

AnimationTorso public_oe property

public Animation AnimationTorso
Résultat Animation

Player public_oe property

public PlayerEntity,MiningGame.Code.Entities Player
Résultat MiningGame.Code.Entities.PlayerEntity

PlayerClasses public_oe static_oe property

public static Type[],System PlayerClasses
Résultat System.Type[]