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

Wrapper class which exposes a UI Text object to the API. More...

Protected Member Functions

override void Awake ()
 Initialises the Text component reference on awake.
 

Properties

string Message [get, set]
 Access/set the message of the Text component. More...
 

Detailed Description

Wrapper class which exposes a UI Text object to the API.

All public members of this class are exposed to Lua. Inherits from uLua.ExposedMonoBehaviour.

Property Documentation

◆ Message

string uLua.PaddleGame.UIText.Message
getset

Access/set the message of the Text component.

This property is exposed to the API.