C# Class MiningGame.Code.Entities.EntityDroppedItem

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

Méthodes publiques

Свойство Type Description
DroppedItemID short
Incomplete bool
MovingTowards PlayerEntity
ShouldDestroy bool

Méthodes publiques

Méthode Description
Draw ( Microsoft sb ) : void
EntityDroppedItem ( Vector2 position, Vector2 velocity, byte itemid, short ID ) : System
Update ( GameTime time ) : void

Method Details

Draw() public méthode

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

EntityDroppedItem() public méthode

public EntityDroppedItem ( Vector2 position, Vector2 velocity, byte itemid, short ID ) : System
position Vector2
velocity Vector2
itemid byte
ID short
Résultat System

Update() public méthode

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

Property Details

DroppedItemID public_oe property

public short DroppedItemID
Résultat short

Incomplete public_oe property

public bool Incomplete
Résultat bool

MovingTowards public_oe property

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

ShouldDestroy public_oe property

public bool ShouldDestroy
Résultat bool