Class BB_Wall
Defined in: Wall.js.
Constructor Attributes | Constructor Name and Description |
---|---|
BB_Wall(w, h, x, y)
Wooden walls
|
Method Attributes | Method Name and Description |
---|---|
check(ball)
Check ball collision
|
Class Detail
BB_Wall(w, h, x, y)
Wooden walls
- Parameters:
- {Number} w
- {Number} h
- {Number} x
- {Number} y
Method Detail
{Boolean}
check(ball)
Check ball collision
- Parameters:
- {BB_Ball} ball
- Returns:
- {Boolean}