C# Class MiningGame.Code.Interfaces.Interface

Afficher le fichier Open project: geel9/Minor-Destruction

Méthodes publiques

Свойство Type Description
Position Vector2
active bool
blocking bool
depth int

Méthodes publiques

Méthode Description
Draw ( SpriteBatch sb ) : void
Interface ( ) : System
Update ( GameTime time ) : void
destroy ( ) : void
initialize ( int depth ) : void

Method Details

Draw() public méthode

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

Interface() public méthode

public Interface ( ) : System
Résultat System

Update() public méthode

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

destroy() public méthode

public destroy ( ) : void
Résultat void

initialize() public méthode

public initialize ( int depth ) : void
depth int
Résultat void

Property Details

Position public_oe property

public Vector2 Position
Résultat Vector2

active public_oe property

public bool active
Résultat bool

blocking public_oe property

public bool blocking
Résultat bool

depth public_oe property

public int depth
Résultat int