Property | Type | Description | |
---|---|---|---|
s_DefaultText |
Method | Description | |
---|---|---|
CalculateLayoutInputHorizontal ( ) : void |
Called by the layout system.
|
|
CalculateLayoutInputVertical ( ) : void |
Called by the layout system.
|
|
FontTextureChanged ( ) : void |
Called by the [FontUpdateTracker] when the texture associated with a font is modified.
|
|
GetGenerationSettings ( Vector2 extents ) : |
Convenience function to populate the generation setting for the text.
|
|
GetTextAnchorPivot ( TextAnchor anchor ) : Vector2 |
Convenience function to determine the vector offset of the anchor.
|
|
OnRebuildRequested ( ) : void |
Method | Description | |
---|---|---|
OnDisable ( ) : void |
See MonoBehaviour.OnDisable.
|
|
OnEnable ( ) : void | ||
OnPopulateMesh ( |
||
OnValidate ( ) : void | ||
Reset ( ) : void | ||
Text ( ) : System | ||
UpdateGeometry ( ) : void |
Method | Description | |
---|---|---|
AssignDefaultFont ( ) : void |
public CalculateLayoutInputHorizontal ( ) : void | ||
return | void |
public CalculateLayoutInputVertical ( ) : void | ||
return | void |
public GetGenerationSettings ( Vector2 extents ) : |
||
extents | Vector2 | The extents the text can draw in. |
return |
public static GetTextAnchorPivot ( TextAnchor anchor ) : Vector2 | ||
anchor | TextAnchor | |
return | Vector2 |
protected OnPopulateMesh ( |
||
toFill | ||
return | void |