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