Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
C# (CSharp) UIFramework UIBase示例
编程语言:
C# (CSharp)
命名空间/包名称:
UIFramework
类/类型:
UIBase
hotexamples.com的示例:
1
C# (CSharp) UIFramework UIBase - 已找到1个示例
。这些是从开源项目中提取的最受好评的
UIFramework.UIBase
现实C# (CSharp)示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
PreShow(4)
OnShow(3)
IsShow(3)
PlayEntranceAnimation(3)
PlayExitAnimation(3)
InitUI(2)
OnUnload(2)
Freeze(1)
GetType(1)
Hiding(1)
Initialize(1)
LoadCompleteUI(1)
OnHide(1)
OnSortingOrderChange(1)
常用方法
PreShow (4)
OnShow (3)
IsShow (3)
PlayEntranceAnimation (3)
PlayExitAnimation (3)
InitUI (2)
OnUnload (2)
Freeze (1)
GetType (1)
Hiding (1)
常用方法
Initialize (1)
LoadCompleteUI (1)
OnHide (1)
OnSortingOrderChange (1)
相关
DrugNameCountList
StgMedium
Dlg_HistoryViewer
CustomThreadPool
FormValueDictionary
IAllowedCommandsService
SyntaxGeneratorInternal
Publisher
BytesTools
PutStandardTimesheet2Request
Related in langs
rtm_get_script_style_suffix (PHP)
wfRandomString (PHP)
cardtest2 (C++)
cardtest3 (C++)
WriteRandFile (Go)
Load (Go)
LineLabel (Java)
GridTuple2 (Java)
lddcreate_save (Python)
add_order_to_request (Python)
示例#1
0
显示文件
文件:
UIManager.cs
项目:
Ninlgde/RogueLike
void DoShowUI(UIBase ui, UIID id) { ui.ShowUI(); shownUI[id] = ui; }
x