C# 클래스 LeopotamGroup.Gui.Common.GuiTextTools

Text tools helper.
파일 보기 프로젝트 열기: Leopotam/LeopotamGroupLibraryUnity

공개 메소드들

메소드 설명
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