• 1:一种过滤机制的MobileMenuList


      初始化  function InitMenuObject(MobilePlayerInput PlayerInput,MobileMenuScene Scene,int ScreenWidth,int ScreenHeight)

      初始化内部内容,

      local AntInventoryListItem ListItem;    //道具ListItem

      local AntInventoryListGold ListGold;    //列表金币

      local AntInventoryItem Item;     //对应的道具

      local PlayerItemData ItemData;   //对应的金币

      local int Order,Idx;   //序号

      local array<AppStoreProductData> StoreData;

      local string s;

      local int GoldAmount;  

      上边的过程我略去了道具和金币的加载工作。

      scene.LoadItem();   //加载金币

      LastSelectedIndex=-1;

      1.遍历并且初始化道具

      ListItem=new(self) class'AntInventoryListItem';

      ListItem.Init(Item,Screenwidth,ScreenHeight);

      AddItem(ListItem);    //仅仅是添加即可  

      2.遍历并且初始化金币

      ListGold=new(self)class'AntInventoryListGold';

      

  • 相关阅读:
    linux-kernel-module
    Linux-find
    ffmpeg02
    Redhat 7使用CentOS 7的Yum网络源
    Redhat7配置yum源(本地源和网络源)
    8、源码安装
    6.存储结构与磁盘划分
    5.用户身份与文件权限
    4.Vim编辑器与Shell命令脚本
    3.管道符、重定向与环境变量
  • 原文地址:https://www.cnblogs.com/NEOCSL/p/3152415.html
Copyright © 2020-2023  润新知