Class CustomPopup
커스텀 프로필 팝업
상속
object
CustomPopup
네임스페이스: Game.Scripts.UI
어셈블리: Assembly-CSharp.dll
Syntax
[MoonSharpUserData]
public class CustomPopup
함수
Hide()
커스텀 프로필 팝업
선언
public void Hide()
IsShow()
커스텀 프로필 팝업
선언
public bool IsShow()
반환
타입 | 설명 |
---|---|
bool |
SetFrame(Control)
커스텀 프로필 팝업
선언
public void SetFrame(Control other)
매개 변수(인자)
타입 | 이름 | 설명 |
---|---|---|
Control | other |
Show(Point, uint, Rect)
커스텀 프로필 팝업
선언
public void Show(Point pivot, uint anchor, Rect rect)
매개 변수(인자)
타입 | 이름 | 설명 |
---|---|---|
Point | pivot | |
uint | anchor | |
Rect | rect |