2013年6月13日

摘要: MobileMenuScene是显示MobileUI的交互页面。罗列一下该类中的内容 1.MobileMenuScene中有MenuName这种String类,相当于ID 2.其次MobileMenuScene中最重要的是 var array<MobileMenuObject> MenuObjects; 3.var font SceneCaptionFont; 是字体 4.还有不接受输入的 var bool bSceDoesNotRequireInput; 位置信息 float left,top,width,height; 初始 float InitialLeft; ... 阅读全文

posted @ 2013-06-13 17:43 neocsl 阅读(195) 评论(0) 推荐(0) 编辑

摘要: 玩家菜单列表,玩家菜单列表详细的列出玩家身上所携带的武器枪支。填充Item var TextureUVs IconUV; MobileMenuListItem分析: 1.传统的MobileMenuListItem有一个Init初始化函数,该函数用来让其参数将自己添加进列表中,List.AddItem(self); function Init(MobileMenuList List,TextureUVs Icon) //第一个参数获取MobileMenuList,第二个获取UVs 2.对齐其高度和宽度以及位置 IconUV=Icon; //这样以后方便调用 Height=Lis... 阅读全文

posted @ 2013-06-13 12:30 neocsl 阅读(156) 评论(0) 推荐(0) 编辑