feat: visual test
This commit is contained in:
parent
962db8d321
commit
0e7a535f6d
14 changed files with 1000 additions and 106 deletions
|
@ -1,4 +1,4 @@
|
|||
//#if !UNITY_EDITOR
|
||||
#if !UNITY_EDITOR
|
||||
using SatorImaging.AppWindowUtility;
|
||||
using UnityEngine;
|
||||
|
||||
|
@ -9,9 +9,10 @@ namespace View {
|
|||
AppWindowUtility.AlwaysOnTop = true;
|
||||
AppWindowUtility.FrameVisibility = false;
|
||||
|
||||
Vector2Int resolution = new(360, 640);
|
||||
//Vector2Int resolution = new(360, 640);
|
||||
Vector2Int resolution = new(360, 540);
|
||||
AppWindowUtility.ResizeWindowRelative(resolution.x, resolution.y);
|
||||
}
|
||||
}
|
||||
}
|
||||
//#endif
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue