C# (CSharp) TinyFrameWork Namespace

Classes

Name Description
BackWindowSequenceData
EventDispatcher
EventSystemDefine
GameMonoHelper
UIBaseWindow Base window
UICenterMasterManager UI Main Manager "the Master" most important Class Control all the "Big Parent" window:UIRank,UIShop,UIGame,UIMainMenu and so on. UIRankManager: control the rank window logic (UIRankDetail sub window) May be UIShopManager:control the UIShopDetailWindow or UIShopSubTwoWindow 枢纽中心,控制整个大界面的显示逻辑UIRank,UIMainMenu等 UIRank排行榜界面可能也会有自己的Manager用来管理Rank系统中自己的子界面,这些子界面不交给"老大"UICenterMasterManager管理 分而治之,不是中央集权
UILevelDetailWindow
UILevelItem
UILevelWindow 关卡界面
UIMainMenu
UIMatchResult
UIMatching Matching Window
UIMessageBox
UIRank UIRank window
UIRankDetail RankWindow子界面
UIRankItem Demo rank item to show the rank detail content
UIRankManager
UIRankOwnDetail
UIResourceDefine
UIShopWindow
UITopBar
WindowCoreData Define the Window core data 1. windowType 2. showMode 3. colliderMode !!You must init the window's core data in the InitWindowData !!