Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 712 Bytes

ui_loader_xml_t.md

File metadata and controls

30 lines (22 loc) · 712 Bytes

ui_loader_xml_t

概述

image

XML格式的UI资源加载器。

函数

函数名称 说明
xml_ui_loader 获取XML格式的UI资源加载器对象。

xml_ui_loader 函数


  • 函数功能:

获取XML格式的UI资源加载器对象。

  • 函数原型:
ui_loader_t* xml_ui_loader ();
  • 参数说明:
参数 类型 说明
返回值 ui_loader_t* 返回UI加载器对象。