Skip to content

LoadAssetPanel

Graydon edited this page Mar 21, 2017 · 6 revisions

public class LoadAssetPanel

Base Class: LoadSavePanelBase<CustomAssetMetaData>

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

Properties

private bool willClose { get; }

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 OnClosed()
public void OnLoad()

Clone this wiki locally