Class LevelLabel
어셈블리: Assembly-CSharp.dll
Syntax
public class LevelLabel : Control
생성자
LevelLabel(string, Rect)
선언
public LevelLabel(string textStr, Rect rect)
매개 변수(인자)
타입 |
이름 |
설명 |
string |
textStr |
|
Rect |
rect |
|
프로퍼티
bgColor
선언
public Color bgColor { set; }
프로퍼티 값
color
선언
public Color color { get; set; }
프로퍼티 값
font
선언
public Font font { get; set; }
프로퍼티 값
text
선언
public string text { get; set; }
프로퍼티 값
textAlign
선언
public int textAlign { set; }
프로퍼티 값
textSize
선언
public int textSize { get; set; }
프로퍼티 값
함수
New(string, Rect)
선언
public static LevelLabel New(string textStr, Rect rect)
매개 변수(인자)
타입 |
이름 |
설명 |
string |
textStr |
|
Rect |
rect |
|
반환