C# Class demogame.entities.Ball

Inheritance: Entity
Afficher le fichier Open project: Gnoll/XNAPunk Class Usage Examples

Méthodes publiques

Свойство Type Description
Velocity Vector2

Méthodes publiques

Méthode Description
Ball ( int x, int y ) : System
Update ( GameTime gameTime ) : void

Method Details

Ball() public méthode

public Ball ( int x, int y ) : System
x int
y int
Résultat System

Update() public méthode

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

Property Details

Velocity public_oe property

public Vector2 Velocity
Résultat Vector2