C# 클래스 Assets.Scripts.Misc.GUI.PopupConfig

Configurations for popup type UI elements
파일 보기 프로젝트 열기: riha112/PocketDungeon_Unity3D_2D_game

공개 프로퍼티들

프로퍼티 타입 설명
Body Rect
Popup Rect
ShowBackground bool
Title string
TitleRect Rect

프로퍼티 상세

Body 공개적으로 프로퍼티

public Rect Body
리턴 Rect

Popup 공개적으로 프로퍼티

public Rect Popup
리턴 Rect

ShowBackground 공개적으로 프로퍼티

public bool ShowBackground
리턴 bool

Title 공개적으로 프로퍼티

Title of popup, if empty not shown
public string Title
리턴 string

TitleRect 공개적으로 프로퍼티

public Rect TitleRect
리턴 Rect