uLua Paddle Game v2.2.0
A paddle game for Unity made as an example use of the uLua toolkit.
uLua.PaddleGame Namespace Reference

Namespace containing the paddle game. More...

Classes

class  Ball
 Wrapper class which exposes ball objects to the API. More...
 
class  BallController
 Implements controls for ball objects. More...
 
class  Boundary
 Implements behaviour for the boundary objects. More...
 
class  Brick
 Wrapper class which exposes brick objects to the API. More...
 
class  Events
 
class  Game
 Manages all ball, brick, and paddle objects in the scene and keeps track of various game settings. More...
 
class  Paddle
 Wrapper class which exposes paddle objects to the API. More...
 
class  PaddleController
 Implements controls for paddle objects. More...
 
class  Settings
 Class which keeps track of various game settings. More...
 
class  UIText
 Wrapper class which exposes a UI Text object to the API. More...
 

Detailed Description

Namespace containing the paddle game.

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