C# Class Assets.Scripts.Misc.GUI.PopupConfig

Configurations for popup type UI elements
Mostrar archivo Open project: riha112/PocketDungeon_Unity3D_2D_game

Public Properties

Property Type Description
Body Rect
Popup Rect
ShowBackground bool
Title string
TitleRect Rect

Property Details

Body public_oe property

public Rect Body
return Rect

Popup public_oe property

public Rect Popup
return Rect

ShowBackground public_oe property

public bool ShowBackground
return bool

Title public_oe property

Title of popup, if empty not shown
public string Title
return string

TitleRect public_oe property

public Rect TitleRect
return Rect