Method GetRenderedValues
GetRenderedValues()
Method returning the rendered width and height of the text object.
Declaration
public Vector2 GetRenderedValues()
Returns
Type | Description |
---|---|
Vector2 |
GetRenderedValues(bool)
Declaration
public Vector2 GetRenderedValues(bool onlyVisibleCharacters)
Parameters
Type | Name | Description |
---|---|---|
bool | onlyVisibleCharacters | Should returned value only factor in visible characters and exclude those greater than maxVisibleCharacters for instance. |
Returns
Type | Description |
---|---|
Vector2 |