Class ItemCell
어셈블리: Assembly-CSharp.dll
Syntax
public class ItemCell : Control
생성자
ItemCell(Rect)
선언
public ItemCell(Rect rect)
매개 변수(인자)
프로퍼티
bgColor
선언
public Color bgColor { set; }
프로퍼티 값
box
선언
public ItemBox box { get; set; }
프로퍼티 값
선언
public Button button { get; }
프로퍼티 값
타입 |
설명 |
UnityEngine.UI.Button |
|
color
선언
public Color color { get; set; }
프로퍼티 값
index
선언
public int index { get; set; }
프로퍼티 값
isActive
선언
public bool isActive { get; }
프로퍼티 값
isEnable
선언
public bool isEnable { get; }
프로퍼티 값
itemCount
선언
public int itemCount { get; set; }
프로퍼티 값
itemId
선언
public int itemId { get; set; }
프로퍼티 값
label
선언
public ItemLabel label { get; set; }
프로퍼티 값
needCount
선언
public int needCount { get; set; }
프로퍼티 값
setImage
선언
public string setImage { set; }
프로퍼티 값
함수
New(Rect)
선언
public static ItemCell New(Rect rect)
매개 변수(인자)
반환
SetDisable()
선언
SetEnable(bool)
선언
public void SetEnable(bool isActive)
매개 변수(인자)