C# Class MiningGame.Code.PlayerController

Inheritance: UpdatableAndDrawable
Afficher le fichier Open project: geel9/Minor-Destruction

Méthodes publiques

Свойство Type Description
CurMining Vector2
DigPct int
DigStrength int
DigTimer int
Inventory MiningGame.Code.PlayerClasses.PlayerInventory
JumpTimer int
PlayerAimAngle short
PlayerEntity MiningGame.Code.Entities.PlayerEntity
TimeSinceLastServerUpdate int

Méthodes publiques

Méthode Description
ConsoleInit ( ) : void
Draw ( Microsoft sb ) : void
PlayerController ( ) : System
SendMovementFlags ( ) : void
Start ( ) : void
Update ( GameTime time ) : void
addToDrawList ( ) : void
addToList ( ) : void
addToUpdateList ( ) : void
inCamera ( ) : bool
removeFromDrawList ( ) : void
removeFromList ( ) : void
removeFromUpdateList ( ) : void

Method Details

ConsoleInit() public static méthode

public static ConsoleInit ( ) : void
Résultat void

Draw() public méthode

public Draw ( Microsoft sb ) : void
sb Microsoft
Résultat void

PlayerController() public méthode

public PlayerController ( ) : System
Résultat System

SendMovementFlags() public méthode

public SendMovementFlags ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

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

addToDrawList() public méthode

public addToDrawList ( ) : void
Résultat void

addToList() public méthode

public addToList ( ) : void
Résultat void

addToUpdateList() public méthode

public addToUpdateList ( ) : void
Résultat void

inCamera() public méthode

public inCamera ( ) : bool
Résultat bool

removeFromDrawList() public méthode

public removeFromDrawList ( ) : void
Résultat void

removeFromList() public méthode

public removeFromList ( ) : void
Résultat void

removeFromUpdateList() public méthode

public removeFromUpdateList ( ) : void
Résultat void

Property Details

CurMining public_oe property

public Vector2 CurMining
Résultat Vector2

DigPct public_oe property

public int DigPct
Résultat int

DigStrength public_oe property

public int DigStrength
Résultat int

DigTimer public_oe property

public int DigTimer
Résultat int

Inventory public_oe property

public PlayerInventory,MiningGame.Code.PlayerClasses Inventory
Résultat MiningGame.Code.PlayerClasses.PlayerInventory

JumpTimer public_oe property

public int JumpTimer
Résultat int

PlayerAimAngle public_oe property

public short PlayerAimAngle
Résultat short

PlayerEntity public_oe property

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

TimeSinceLastServerUpdate public_oe property

public int TimeSinceLastServerUpdate
Résultat int