refactor: SimpleLite 迁移到 Simple3,插件窗体改用 FairyView ForceFloat
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using CycleGUI;
|
||||
using FairyView;
|
||||
|
||||
namespace StandardScene.CarTypes
|
||||
{
|
||||
@@ -32,7 +32,7 @@ namespace StandardScene.CarTypes
|
||||
|
||||
var panel = GUI.DeclarePanel()
|
||||
.ShowTitle("TextViewer")
|
||||
.SetDefaultDocking(Panel.Docking.None)
|
||||
.ForceFloat()
|
||||
.InitSize(800, 600)
|
||||
.InitPos(false, 0, 0, 0.5f, 0.5f, 0.5f, 0.5f);
|
||||
_panel = panel;
|
||||
|
||||
Reference in New Issue
Block a user