C# Class UIHandler

Inheritance: MonoBehaviour
Show file Open project: daniel-cheng/stellar Class Usage Examples

Public Properties

Property Type Description
bottomLeft GUIText
bottomRight GUIText
lowerLeft GUIText
lowerRight GUIText
upperLeft GUIText
upperRight GUIText

Public Methods

Method Description
OnStateChange ( ) : void
SetBottomLeftText ( string text ) : void
SetLowerLeftText ( string text ) : void
SetLowerRightText ( string text ) : void
SetUpperLeftText ( string text ) : void
SetUpperRightText ( string text ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnStateChange() public method

public OnStateChange ( ) : void
return void

SetBottomLeftText() public method

public SetBottomLeftText ( string text ) : void
text string
return void

SetLowerLeftText() public method

public SetLowerLeftText ( string text ) : void
text string
return void

SetLowerRightText() public method

public SetLowerRightText ( string text ) : void
text string
return void

SetUpperLeftText() public method

public SetUpperLeftText ( string text ) : void
text string
return void

SetUpperRightText() public method

public SetUpperRightText ( string text ) : void
text string
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

bottomLeft public property

public GUIText bottomLeft
return GUIText

bottomRight public property

public GUIText bottomRight
return GUIText

lowerLeft public property

public GUIText lowerLeft
return GUIText

lowerRight public property

public GUIText lowerRight
return GUIText

upperLeft public property

public GUIText upperLeft
return GUIText

upperRight public property

public GUIText upperRight
return GUIText