Property | Type | Description | |
---|---|---|---|
boundingBox | BoundingBox | ||
padSpeed | int | ||
padSpeed2 | int | ||
position | Vector2 | ||
screenSize | Vector2 | ||
size | Vector2 | ||
texture | Texture2D | ||
velocity | Vector2 |
Method | Description | |
---|---|---|
Control ( ) : void | ||
Paddle ( |
||
increasePad ( ) : void | ||
updateBoundingBox ( ) : void |
public Paddle ( |
||
t | ||
p | Vector2 | |
s | Vector2 | |
screenWidth | int | |
screenHeight | int | |
b | BoundingBox | |
return | System |