GUIText.tabSizevar tabSize : floatDescriptionThe tab width multiplier. This is multiplied with the tab width defined in the font.
JavaScript
guiText.tabSize = 4.0; using UnityEngine; import UnityEngine |
|
||||
| Scripting > Runtime Classes > GUIText | Switch to Component | |||
GUIText.tabSizevar tabSize : floatDescriptionThe tab width multiplier. This is multiplied with the tab width defined in the font.
JavaScript
guiText.tabSize = 4.0; using UnityEngine; import UnityEngine |