C# Class UIHandler

Inheritance: MonoBehaviour
Exibir arquivo 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_oe property

public GUIText bottomLeft
return GUIText

bottomRight public_oe property

public GUIText bottomRight
return GUIText

lowerLeft public_oe property

public GUIText lowerLeft
return GUIText

lowerRight public_oe property

public GUIText lowerRight
return GUIText

upperLeft public_oe property

public GUIText upperLeft
return GUIText

upperRight public_oe property

public GUIText upperRight
return GUIText