显示3d模型

This commit is contained in:
bob
2025-06-23 18:08:03 +08:00
parent 2024bfb990
commit 197897a323
21 changed files with 427 additions and 19 deletions

View File

@@ -11,6 +11,8 @@ namespace NBF
public partial class HomePanel
{
public GObject this[string aKey] => ContentPane.GetChild(aKey);
[AutoFind(Name = "Back")]
public GLabel Back;
[AutoFind(Name = "Pages")]
public GComponent Pages;
[AutoFind(Name = "Menu")]