Class CustomTableView
커스텀 가방 팝업
상속
object
CustomTableView
네임스페이스: Game.Scripts.UI
어셈블리: Assembly-CSharp.dll
Syntax
[MoonSharpUserData]
public class CustomTableView
함수
Hide()
커스텀 가방 팝업
선언
public void Hide()
InitializeTable(int, Closure)
커스텀 가방 팝업
선언
public void InitializeTable(int count, Closure callback)
매개 변수(인자)
타입 | 이름 | 설명 |
---|---|---|
int | count | |
MoonSharp.Interpreter.Closure | callback |
IsShow()
커스텀 가방 팝업
선언
public bool IsShow()
반환
타입 | 설명 |
---|---|
bool |
SetFrame(Control)
커스텀 가방 팝업
선언
public void SetFrame(Control other)
매개 변수(인자)
타입 | 이름 | 설명 |
---|---|---|
Control | other |
SetRowHeight(float)
커스텀 가방 팝업
선언
public void SetRowHeight(float rowHeight)
매개 변수(인자)
타입 | 이름 | 설명 |
---|---|---|
float | rowHeight |
Show(Point, uint, Rect)
커스텀 가방 팝업
선언
public void Show(Point pivot, uint anchor, Rect rect)
매개 변수(인자)
타입 | 이름 | 설명 |
---|---|---|
Point | pivot | |
uint | anchor | |
Rect | rect |