C# Класс LeopotamGroup.Gui.Common.GuiTextTools

Text tools helper.
Показать файл Открыть проект

Открытые методы

Метод Описание
FillText ( Mesh mesh, int width, int height, string text, Color color, TextAnchor align, Font font, int fontSize, float lineHgt, GuiFontEffect effect = GuiFontEffect.None, Vector2 effectValue = null, Color effectColor = null ) : void

Fill label mesh.

Описание методов

FillText() публичный статический Метод

Fill label mesh.
public static FillText ( Mesh mesh, int width, int height, string text, Color color, TextAnchor align, Font font, int fontSize, float lineHgt, GuiFontEffect effect = GuiFontEffect.None, Vector2 effectValue = null, Color effectColor = null ) : void
mesh UnityEngine.Mesh Mesh.
width int Label width.
height int Label height.
text string Label text.
color UnityEngine.Color Color.
align TextAnchor Text align.
font UnityEngine.Font Font.
fontSize int Font size.
lineHgt float Line height multiplier.
effect GuiFontEffect Effect.
effectValue UnityEngine.Vector2 Effect value.
effectColor UnityEngine.Color Effect color.
Результат void