Skip to content

LoadMapPanel

Graydon edited this page Mar 21, 2017 · 6 revisions

public class LoadMapPanel

Base Class: LoadSavePanelBase<MapMetaData>

Fields

public string m_forceEnvironment
private UILabel m_MapName
private UITextureSprite m_SnapShot
private UIListBox m_SaveList
private UIButton m_LoadButton
private static string m_LastSaveName

Methods

protected void Awake()
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 OnLoad()

Clone this wiki locally