Widgets
Samples in this section illustrate the use of the GUI-Related classes.本节中的示例演示了GUI相关的类的使用。
InterfaceWindowInterfaceWindow#
Creating a widget window via C++ API by using the Interface plugin.使用 Interface 插件 通过 C++ API 创建小部件窗口。
UserInterfaceUserInterface#
Creating a user interface and assigning callbacks via C++ API.创建一个用户界面,并通过С++ API分配回调。
WidgetCallbacksWidgetCallbacks#
Working with widget callbacks via C++ API.通过С++ API处理小部件回调。
WidgetCanvasWidgetCanvas#
Creating a widget canvas via C++ API by using the WidgetCanvas class.通过С++ API使用WidgetCanvas类创建一个小部件画布。
WidgetDialogWidgetDialog#
Creating widget dialog windows and assigning callbacks via C++ API.创建小部件对话框窗口,并通过С++ API分配回调。
WidgetExternWidgetExtern#
Creating a custom widget based on WidgetExternBase via C++ API and exporting it to UngineScript.通过С++ API创建基于WidgetExternBase的自定义小部件,并将其导出为UngineScript。
WidgetWindowWidgetWindow#
Creating a widget window and assigning callbacks on edit line and button press events.创建一个小部件窗口并在 行编辑 和 按钮按下 事件上分配回调。