Свойство | Type | Description | |
---|---|---|---|
maxEntries | int | ||
maxHeight | float | ||
maxWidth | float | ||
style | Style, | ||
supportScrollWheel | bool | ||
textLabel | UILabel, |
Свойство | Type | Description | |
---|---|---|---|
mParagraphs | List |
||
mScroll | float | ||
mSelected | bool | ||
mSeparator | char[] | ||
mTotalLines | int |
Méthode | Description | |
---|---|---|
Add ( string text ) : void |
Add a new paragraph.
|
|
Awake ( ) : void |
Automatically find the values if none were specified.
|
|
Clear ( ) : void |
Clear the text.
|
|
OnScroll ( float val ) : void |
Allow scrolling of the text list.
|
|
OnSelect ( bool selected ) : void |
Remember whether the widget is selected.
|
Méthode | Description | |
---|---|---|
Add ( string text, bool updateVisible ) : void |
Add a new paragraph.
|
|
UpdateVisibleText ( ) : void |
Refill the text label based on what's currently visible.
|
protected Add ( string text, bool updateVisible ) : void | ||
text | string | |
updateVisible | bool | |
Résultat | void |