模型预览功能
This commit is contained in:
@@ -11,7 +11,7 @@ namespace NBF
|
||||
{
|
||||
public const string URL = "ui://hxr7rc7plvql10";
|
||||
|
||||
public ModelTexture Model;
|
||||
public ModelViewer Model;
|
||||
public HomeButtonGroups OpGroup;
|
||||
public BottomMenu BottomMenu;
|
||||
|
||||
@@ -19,7 +19,7 @@ namespace NBF
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
Model = (ModelTexture)GetChild("Model");
|
||||
Model = (ModelViewer)GetChild("Model");
|
||||
OpGroup = (HomeButtonGroups)GetChild("OpGroup");
|
||||
BottomMenu = (BottomMenu)GetChild("BottomMenu");
|
||||
OnInited();
|
||||
|
||||
Reference in New Issue
Block a user