C# Class SmartText

Inheritance: MonoBehaviour
显示文件 Open project: BoolClub/ProjectCrusade Class Usage Examples

Public Methods

Method Description
OnTextChanged ( ) : void

Wraps the text to it's container whenever it has been changed. This method must be called manually.

Private Methods

Method Description
Start ( ) : void

Method Details

OnTextChanged() public method

Wraps the text to it's container whenever it has been changed. This method must be called manually.
public OnTextChanged ( ) : void
return void