Uses of Class
engine.fontMeshCreator.GUIText
Packages that use GUIText
-
Uses of GUIText in engine.fontMeshCreator
Methods in engine.fontMeshCreator with parameters of type GUITextModifier and TypeMethodDescriptionprotected TextMeshData
TextMeshCreator.createTextMesh
(GUIText text) method to create the Text Mesh from a textTakes in an unloaded text and calculate all of the vertices for the quads on which this text will be rendered. -
Uses of GUIText in engine.fontRendering
Methods in engine.fontRendering with parameters of type GUITextModifier and TypeMethodDescriptionstatic void
method to load a text into the text batch and the array list of the texts ready to renderstatic void
TextMaster.removeText
(GUIText text) method to remove a text from the textbatch and the array list of textsMethod parameters in engine.fontRendering with type arguments of type GUIText -
Uses of GUIText in view
Modifier and TypeMethodDescriptionvoid
Menu.buttonAction
(UiButton button, GameMode gameMode, GUIText text)