C# Class ThaiFontAdjusterDemo

Inheritance: MonoBehaviour
Exibir arquivo Open project: SaladLab/Unity3D.ThaiFontAdjuster

Public Properties

Property Type Description
AdjustedText Text
FontDropdown Dropdown,
Fonts Font[]
OriginalText Text

Public Methods

Method Description
OnFontDropdownValueChange ( ) : void

Private Methods

Method Description
PrepareFontDropdown ( ) : void
ShowText ( ) : void
ShowText ( string s ) : void
Start ( ) : void

Method Details

OnFontDropdownValueChange() public method

public OnFontDropdownValueChange ( ) : void
return void

Property Details

AdjustedText public_oe property

public Text AdjustedText
return Text

FontDropdown public_oe property

public Dropdown, FontDropdown
return Dropdown,

Fonts public_oe property

public Font[] Fonts
return Font[]

OriginalText public_oe property

public Text OriginalText
return Text