Struct TextBlob
Namespace: Unity.UIWidgets.ui
Syntax
public struct TextBlob
Properties
boundsInText
Declaration
public Rect boundsInText { get; }
Property Value
| Type | Description |
|---|---|
| Rect |
Methods
getPositionX(Int32)
Declaration
public float getPositionX(int i)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | i |
Returns
| Type | Description |
|---|---|
| Single |
shiftedBoundsInText(Single, Single)
Declaration
public Rect shiftedBoundsInText(float dx, float dy)
Parameters
| Type | Name | Description |
|---|---|---|
| Single | dx | |
| Single | dy |
Returns
| Type | Description |
|---|---|
| Rect |