C# Class MiningGame.Code.Entities.EntityMoveable

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

Méthodes publiques

Свойство Type Description
EntityVelocity Microsoft.Xna.Framework.Vector2

Méthodes publiques

Méthode Description
Draw ( Microsoft sb ) : void
EntityMovement ( ) : void
GetEntityTile ( ) : Vector2
Update ( GameTime time, bool serverContext = false ) : void

Private Methods

Méthode Description
RectangleHitsTiles ( ShapeAABB rect ) : List

Method Details

Draw() public méthode

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

EntityMovement() public méthode

public EntityMovement ( ) : void
Résultat void

GetEntityTile() public méthode

public GetEntityTile ( ) : Vector2
Résultat Microsoft.Xna.Framework.Vector2

Update() public méthode

public Update ( GameTime time, bool serverContext = false ) : void
time Microsoft.Xna.Framework.GameTime
serverContext bool
Résultat void

Property Details

EntityVelocity public_oe property

public Vector2,Microsoft.Xna.Framework EntityVelocity
Résultat Microsoft.Xna.Framework.Vector2