Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
demogame
entities
Ball
C# Class demogame.entities.Ball
Inheritance:
Entity
Mostra file
Open project: Gnoll/XNAPunk
Class Usage Examples
Public Properties
Property
Type
Description
Velocity
Vector2
Public Methods
Method
Description
Ball
(
int
x
,
int
y
) :
System
Update
(
GameTime
gameTime
) :
void
Method Details
Ball()
public
method
public
Ball
(
int
x
,
int
y
) :
System
x
int
y
int
return
System
Update()
public
method
public
Update
(
GameTime
gameTime
) :
void
gameTime
Microsoft.Xna.Framework.GameTime
return
void
Property Details
Velocity
public_oe property
public
Vector2
Velocity
return
Vector2