Component.guiTextvar guiText : GUITextDescriptionThe GUIText attached to this GameObject (null if there is none attached).
JavaScript
guiText.text = "Hello World"; using UnityEngine; import UnityEngine |
|
||||
| Scripting > Runtime Classes > Component | ||||
Component.guiTextvar guiText : GUITextDescriptionThe GUIText attached to this GameObject (null if there is none attached).
JavaScript
guiText.text = "Hello World"; using UnityEngine; import UnityEngine |