uLua v3.1.0
A Lua Modding Framework for Unity.
uLua.PaddleGame Namespace Reference

Namespace containing the paddle game. More...

Classes

class  Ball
 Ball object wrapper class. More...
 
class  BallController
 Implements controls for ball objects. More...
 
class  Boundary
 Implements behaviour for the boundary objects. More...
 
class  Brick
 Brick object wrapper class. More...
 
class  GameSettings
 Class which keeps track of various game settings. More...
 
class  Paddle
 Paddle object wrapper class. More...
 
class  PaddleController
 Implements controls for paddle objects. More...
 
class  PaddleGameState
 Manages all ball, brick, and paddle objects in the scene and keeps track of various game settings. More...
 

Detailed Description

Namespace containing the paddle game.

This is a paddle-style game made as a demo of the uLua toolkit.