C# Class Samples.Scenes.Demos.Ball

Inheritance: Sprite
Mostra file Open project: lucas-jones/MilkShake-old Class Usage Examples

Public Properties

Property Type Description
BALL_HEIGHT int
BALL_WIDTH int
Velocity Vector2

Public Methods

Method Description
Ball ( ) : System
Update ( GameTime gameTime ) : void

Method Details

Ball() public method

public Ball ( ) : System
return System

Update() public method

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

Property Details

BALL_HEIGHT public_oe static_oe property

public static int BALL_HEIGHT
return int

BALL_WIDTH public_oe static_oe property

public static int BALL_WIDTH
return int

Velocity public_oe property

public Vector2 Velocity
return Vector2