C# Class Samples.Scenes.Demos.Ball

Inheritance: Sprite
Afficher le fichier Open project: lucas-jones/MilkShake-old Class Usage Examples

Méthodes publiques

Свойство Type Description
BALL_HEIGHT int
BALL_WIDTH int
Velocity Vector2

Méthodes publiques

Méthode Description
Ball ( ) : System
Update ( GameTime gameTime ) : void

Method Details

Ball() public méthode

public Ball ( ) : System
Résultat System

Update() public méthode

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

Property Details

BALL_HEIGHT public_oe static_oe property

public static int BALL_HEIGHT
Résultat int

BALL_WIDTH public_oe static_oe property

public static int BALL_WIDTH
Résultat int

Velocity public_oe property

public Vector2 Velocity
Résultat Vector2