Method | Description | |
---|---|---|
GetCharacters ( List |
||
GetLines ( List |
||
GetPreferredHeight ( string str, |
Given a string and settings, returns the preferred height for a container that would hold this text.
|
|
GetPreferredWidth ( string str, |
Given a string and settings, returns the preferred width for a container that would hold this text.
|
|
GetVertices ( List |
||
Invalidate ( ) : void |
Mark the text generator as invalid. This will force a full text generation the next time Populate is called.
|
|
Populate ( string str, |
Will generate the vertices and other data for the given string with the given settings.
|
|
PopulateWithErrors ( string str, |
Will generate the vertices and other data for the given string with the given settings.
|
|
TextGenerator ( ) : System |
Create a TextGenerator.
|
|
TextGenerator ( int initialCapacity ) : System |
Create a TextGenerator.
|
Method | Description | |
---|---|---|
Dispose_cpp ( ) : void | ||
GetCharactersArray ( ) : UnityEngine.UICharInfo[] | ||
GetCharactersInternal ( object characters ) : void | ||
GetLinesArray ( ) : UnityEngine.UILineInfo[] | ||
GetLinesInternal ( object lines ) : void | ||
GetVerticesArray ( ) : UnityEngine.UIVertex[] | ||
GetVerticesInternal ( object vertices ) : void | ||
IDisposable ( ) : void | ||
INTERNAL_CALL_Populate_Internal_cpp ( |
||
INTERNAL_get_rectExtents ( |
||
Init ( ) : void | ||
InvalidateAll ( ) : void | ||
PopulateAlways ( string str, |
||
PopulateWithError ( string str, |
||
Populate_Internal ( string str, |
||
Populate_Internal_cpp ( string str, |
||
ValidatedSettings ( |
public GetCharacters ( List |
||
characters | List |
|
return | void |
public GetPreferredHeight ( string str, |
||
str | string | Generation text. |
settings | Settings for generation. | |
return | float |
public GetPreferredWidth ( string str, |
||
str | string | Generation text. |
settings | Settings for generation. | |
return | float |
public Populate ( string str, |
||
str | string | String to generate. |
settings | Settings. | |
return | bool |
public PopulateWithErrors ( string str, |
||
str | string | String to generate. |
settings | Generation settings. | |
context | The object used as context of the error log message, if necessary. | |
return | bool |
public TextGenerator ( int initialCapacity ) : System | ||
initialCapacity | int | |
return | System |