StoreLoader - SocialPlay/CloudGoodsUnitySDK GitHub Wiki
Public variables
public int maxGridAmount - The maximum amount of items shown on the store page
protected int currentPage - The current page index
protected List<StoreItem> items - list of all store items available
protected List<StoreItem> filteredList - list of all items that have passed the filter
protected List<GameObject> currentPageItems - List of all the gameobjects displayed as store items on the current page
Public Functions
public abstract void LoadStoreWithPaging - The function called to take all of the existing store items and display a chunk of them into the main display depending on which page is currently being displayed