C# Class SmartText

Inheritance: MonoBehaviour
Afficher le fichier Open project: BoolClub/ProjectCrusade Class Usage Examples

Méthodes publiques

Méthode Description
OnTextChanged ( ) : void

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

Private Methods

Méthode Description
Start ( ) : void

Method Details

OnTextChanged() public méthode

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