Class ItemLabel
어셈블리: Assembly-CSharp.dll
Syntax
public class ItemLabel : Control
생성자
ItemLabel(string, Rect)
선언
public ItemLabel(string textStr, Rect rect)
매개 변수(인자)
타입 |
이름 |
설명 |
string |
textStr |
|
Rect |
rect |
|
프로퍼티
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 ItemLabel New(string textStr, Rect rect)
매개 변수(인자)
타입 |
이름 |
설명 |
string |
textStr |
|
Rect |
rect |
|
반환
SetDisable()
선언
SetEnable(bool)
선언
public void SetEnable(bool isActive)
매개 변수(인자)