Skip to content

LoadPanel

Graydon edited this page Mar 21, 2017 · 6 revisions

public class LoadPanel

Base Class: LoadSavePanelBase<SaveGameMetaData>

Fields

public string m_forceEnvironment
private UIListBox m_SaveList
private UIButton m_LoadButton
private UITextureSprite m_SnapShotSprite
private UILabel m_CityName
private UISprite m_AchNope
private static string m_LastSaveName

Methods

protected void Awake()
private void ClearInfo()
private void OnListingSelectionChanged(UIComponent comp, int sel)
private void OnVisibilityChanged(UIComponent comp, bool visible)
private void OnResolutionChanged(UIComponent comp, Vector2 previousResolution, Vector2 currentResolution)
private void OnEnterFocus(UIComponent comp, UIFocusEventParameter p)
public void OnKeyDown(UIComponent comp, UIKeyEventParameter p)
private void OnItemDoubleClick(UIComponent comp, int sel)
protected void Refresh()
public void QuickLoad()
public void OnLoad()

Clone this wiki locally